Html Css Color HEX #EE50AB Brilliant Rose

📋 copy color: '#EE50AB'

red 238 ◦ green 80 ◦ blue 171

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

Shades of Brilliant Rose #EE50AB

Tints of Brilliant Rose #EE50AB

RGB

 RED value IS 238 (93.36% from 255) = 48.67%

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 48.67%
G = 16.36%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE50AB (or 0xEE50AB) is known color: Brilliant Rose. HEX triplet: EE, 50 and AB. RGB value is (238,80,171). Sum of RGB (Red+Green+Blue) = 238+80+171=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE50AB is #11AF54. Grayscale: #898989. Windows color (decimal): -1158997 or 11227374. OLE color: 11227374.

HSL color Cylindrical-coordinate representation of color #EE50AB: hue angle of 325.44º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50AB is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 171 -
CMYK 0 0.66 0.28 0.07
HSL 325.44º 0.82% 0.62% -
HSV(B) 325.44º 0.66% 0.93% -
XYZ 45.48 26.85 41.31 -
YUV 137.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 238 80 171 0 0.66 0.28 0.07 325.44 0.82 0.62
Hex EE 50 AB 0 42 1C 7 145 52 3E
Octal 356 120 253 0 102 34 7 505 122 76
Binary 11101110 1010000 10101011 0 1000010 11100 111 101000101 1010010 111110

Color Harmonies of #EE50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50AB

Black with #EE50AB

Text Example


Text Example

White with #EE50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50AB; }

 p { color: rgb(238,80,171); }

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

background-color css

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

 a { background-color: rgb(238,80,171); }

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

border-color css

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

 span { border-color: rgb(238,80,171); }

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