Html Css Color HEX #EF44AF Brilliant Rose

📋 copy color: '#EF44AF'

red 239 ◦ green 68 ◦ blue 175

#EF44AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF44AF

Tints of Brilliant Rose #EF44AF

RGB

 RED value IS 239 (93.75% from 255) = 49.59%

 GREEN value IS 68 (26.95% from 255) = 14.11%

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 49.59%
G = 14.11%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF44AF (or 0xEF44AF) is known color: Brilliant Rose. HEX triplet: EF, 44 and AF. RGB value is (239,68,175). Sum of RGB (Red+Green+Blue) = 239+68+175=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF44AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF44AF is #10BB50. Grayscale: #838383. Windows color (decimal): -1096529 or 11486447. OLE color: 11486447.

HSL color Cylindrical-coordinate representation of color #EF44AF: hue angle of 322.46º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF44AF is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 68 175 -
CMYK 0 0.72 0.27 0.06
HSL 322.46º 0.84% 0.6% -
HSV(B) 322.46º 0.72% 0.94% -
XYZ 45.4 25.58 43.1 -
YUV 131.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 239 68 175 0 0.72 0.27 0.06 322.46 0.84 0.6
Hex EF 44 AF 0 48 1B 6 142 54 3C
Octal 357 104 257 0 110 33 6 502 124 74
Binary 11101111 1000100 10101111 0 1001000 11011 110 101000010 1010100 111100

Color Harmonies of #EF44AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF44AF

Black with #EF44AF

Text Example


Text Example

White with #EF44AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF44AF; }

 p { color: rgb(239,68,175); }

 H1.HeaderClassName
 {
   color: #EF44AF;
 }
 .AnyTagClassName
 {
   color: #EF44AF;
 }
</style>

background-color css

<style>
 a { background-color: #EF44AF; }

 a { background-color: rgb(239,68,175); }

 div.DivClassName
 {
   background-color: #EF44AF;
 }
 .BgClassName
 {
   background-color: #EF44AF;
 }
</style>

border-color css

<style>
 span { border-color: #EF44AF; }

 span { border-color: rgb(239,68,175); }

 td.TdClassName
 {
   border-color: #EF44AF;
 }
 .TagClassName
 {
   border-color: #EF44AF;
 }
</style>