Html Css Color HEX #EE50A8 Brilliant Rose

📋 copy color: '#EE50A8'

red 238 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #EE50A8

Tints of Brilliant Rose #EE50A8

RGB

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

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

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

R = 48.97%
G = 16.46%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE50A8 (or 0xEE50A8) is known color: Brilliant Rose. HEX triplet: EE, 50 and A8. RGB value is (238,80,168). Sum of RGB (Red+Green+Blue) = 238+80+168=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE50A8 is #11AF57. Grayscale: #898989. Windows color (decimal): -1159000 or 11030766. OLE color: 11030766.

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

Color convert

RGB 238 80 168 -
CMYK 0 0.66 0.29 0.07
HSL 326.58º 0.82% 0.62% -
HSV(B) 326.58º 0.66% 0.93% -
XYZ 45.2 26.74 39.83 -
YUV 137.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 238 80 168 0 0.66 0.29 0.07 326.58 0.82 0.62
Hex EE 50 A8 0 42 1D 7 147 52 3E
Octal 356 120 250 0 102 35 7 507 122 76
Binary 11101110 1010000 10101000 0 1000010 11101 111 101000111 1010010 111110

Color Harmonies of #EE50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50A8

Black with #EE50A8

Text Example


Text Example

White with #EE50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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