Html Css Color HEX #EF50AA Brilliant Rose

📋 copy color: '#EF50AA'

red 239 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #EF50AA

Tints of Brilliant Rose #EF50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.36%

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

R = 48.88%
G = 16.36%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF50AA (or 0xEF50AA) is known color: Brilliant Rose. HEX triplet: EF, 50 and AA. RGB value is (239,80,170). Sum of RGB (Red+Green+Blue) = 239+80+170=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF50AA is #10AF55. Grayscale: #898989. Windows color (decimal): -1093462 or 11161839. OLE color: 11161839.

HSL color Cylindrical-coordinate representation of color #EF50AA: hue angle of 326.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50AA is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 170 -
CMYK 0 0.67 0.29 0.06
HSL 326.04º 0.83% 0.63% -
HSV(B) 326.04º 0.67% 0.94% -
XYZ 45.72 26.99 40.83 -
YUV 137.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 239 80 170 0 0.67 0.29 0.06 326.04 0.83 0.63
Hex EF 50 AA 0 43 1D 6 146 53 3F
Octal 357 120 252 0 103 35 6 506 123 77
Binary 11101111 1010000 10101010 0 1000011 11101 110 101000110 1010011 111111

Color Harmonies of #EF50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50AA

Black with #EF50AA

Text Example


Text Example

White with #EF50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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