Html Css Color HEX #EF5AAA Brilliant Rose

📋 copy color: '#EF5AAA'

red 239 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #EF5AAA

Tints of Brilliant Rose #EF5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.04%

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

R = 47.9%
G = 18.04%
B = 34.07%

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

#EF5AAA (or 0xEF5AAA) is known color: Brilliant Rose. HEX triplet: EF, 5A and AA. RGB value is (239,90,170). Sum of RGB (Red+Green+Blue) = 239+90+170=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AAA is #10A555. Grayscale: #8F8F8F. Windows color (decimal): -1090902 or 11164399. OLE color: 11164399.

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

Color convert

RGB 239 90 170 -
CMYK 0 0.62 0.29 0.06
HSL 327.79º 0.82% 0.65% -
HSV(B) 327.79º 0.62% 0.94% -
XYZ 46.51 28.57 41.09 -
YUV 143.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 239 90 170 0 0.62 0.29 0.06 327.79 0.82 0.65
Hex EF 5A AA 0 3E 1D 6 148 52 41
Octal 357 132 252 0 76 35 6 510 122 101
Binary 11101111 1011010 10101010 0 111110 11101 110 101001000 1010010 1000001

Color Harmonies of #EF5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AAA

Black with #EF5AAA

Text Example


Text Example

White with #EF5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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