Html Css Color HEX #EF5DAC Brilliant Rose

📋 copy color: '#EF5DAC'

red 239 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #EF5DAC

Tints of Brilliant Rose #EF5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.45%

 BLUE value IS 172 (67.58% from 255) = 34.13%

R = 47.42%
G = 18.45%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF5DAC (or 0xEF5DAC) is known color: Brilliant Rose. HEX triplet: EF, 5D and AC. RGB value is (239,93,172). Sum of RGB (Red+Green+Blue) = 239+93+172=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5DAC is #10A253. Grayscale: #919191. Windows color (decimal): -1090132 or 11296239. OLE color: 11296239.

HSL color Cylindrical-coordinate representation of color #EF5DAC: hue angle of 327.53º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5DAC is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 172 -
CMYK 0 0.61 0.28 0.06
HSL 327.53º 0.82% 0.65% -
HSV(B) 327.53º 0.61% 0.94% -
XYZ 46.96 29.16 42.18 -
YUV 145.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 239 93 172 0 0.61 0.28 0.06 327.53 0.82 0.65
Hex EF 5D AC 0 3D 1C 6 148 52 41
Octal 357 135 254 0 75 34 6 510 122 101
Binary 11101111 1011101 10101100 0 111101 11100 110 101001000 1010010 1000001

Color Harmonies of #EF5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DAC

Black with #EF5DAC

Text Example


Text Example

White with #EF5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DAC; }

 p { color: rgb(239,93,172); }

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

background-color css

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

 a { background-color: rgb(239,93,172); }

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

border-color css

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

 span { border-color: rgb(239,93,172); }

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