Html Css Color HEX #EF5CA8 Brilliant Rose

📋 copy color: '#EF5CA8'

red 239 ◦ green 92 ◦ blue 168

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

Shades of Brilliant Rose #EF5CA8

Tints of Brilliant Rose #EF5CA8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.44%

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 47.9%
G = 18.44%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF5CA8 (or 0xEF5CA8) is known color: Brilliant Rose. HEX triplet: EF, 5C and A8. RGB value is (239,92,168). Sum of RGB (Red+Green+Blue) = 239+92+168=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5CA8 is #10A357. Grayscale: #909090. Windows color (decimal): -1090392 or 11033839. OLE color: 11033839.

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

Color convert

RGB 239 92 168 -
CMYK 0 0.62 0.30 0.06
HSL 328.98º 0.82% 0.65% -
HSV(B) 328.98º 0.62% 0.94% -
XYZ 46.49 28.83 40.16 -
YUV 144.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 239 92 168 0 0.62 0.30 0.06 328.98 0.82 0.65
Hex EF 5C A8 0 3E 1E 6 149 52 41
Octal 357 134 250 0 76 36 6 511 122 101
Binary 11101111 1011100 10101000 0 111110 11110 110 101001001 1010010 1000001

Color Harmonies of #EF5CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CA8

Black with #EF5CA8

Text Example


Text Example

White with #EF5CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CA8; }

 p { color: rgb(239,92,168); }

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

background-color css

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

 a { background-color: rgb(239,92,168); }

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

border-color css

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

 span { border-color: rgb(239,92,168); }

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