Html Css Color HEX #EF5CAA Brilliant Rose

📋 copy color: '#EF5CAA'

red 239 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #EF5CAA

Tints of Brilliant Rose #EF5CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 47.7%
G = 18.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF5CAA (or 0xEF5CAA) is known color: Brilliant Rose. HEX triplet: EF, 5C and AA. RGB value is (239,92,170). Sum of RGB (Red+Green+Blue) = 239+92+170=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5CAA is #10A355. Grayscale: #909090. Windows color (decimal): -1090390 or 11164911. OLE color: 11164911.

HSL color Cylindrical-coordinate representation of color #EF5CAA: hue angle of 328.16º 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 #EF5CAA is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 92 170 -
CMYK 0 0.62 0.29 0.06
HSL 328.16º 0.82% 0.65% -
HSV(B) 328.16º 0.62% 0.94% -
XYZ 46.68 28.91 41.15 -
YUV 144.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 239 92 170 0 0.62 0.29 0.06 328.16 0.82 0.65
Hex EF 5C AA 0 3E 1D 6 148 52 41
Octal 357 134 252 0 76 35 6 510 122 101
Binary 11101111 1011100 10101010 0 111110 11101 110 101001000 1010010 1000001

Color Harmonies of #EF5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CAA

Black with #EF5CAA

Text Example


Text Example

White with #EF5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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