Html Css Color HEX #EE519B Brilliant Rose

📋 copy color: '#EE519B'

red 238 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #EE519B

Tints of Brilliant Rose #EE519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 50.21%
G = 17.09%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE519B (or 0xEE519B) is known color: Brilliant Rose. HEX triplet: EE, 51 and 9B. RGB value is (238,81,155). Sum of RGB (Red+Green+Blue) = 238+81+155=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE519B is #11AE64. Grayscale: #888888. Windows color (decimal): -1158757 or 10179054. OLE color: 10179054.

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

Color convert

RGB 238 81 155 -
CMYK 0 0.66 0.35 0.07
HSL 331.72º 0.82% 0.63% -
HSV(B) 331.72º 0.66% 0.93% -
XYZ 44.12 26.43 33.79 -
YUV 136.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 238 81 155 0 0.66 0.35 0.07 331.72 0.82 0.63
Hex EE 51 9B 0 42 23 7 14C 52 3F
Octal 356 121 233 0 102 43 7 514 122 77
Binary 11101110 1010001 10011011 0 1000010 100011 111 101001100 1010010 111111

Color Harmonies of #EE519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE519B

Black with #EE519B

Text Example


Text Example

White with #EE519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE519B; }

 p { color: rgb(238,81,155); }

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

background-color css

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

 a { background-color: rgb(238,81,155); }

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

border-color css

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

 span { border-color: rgb(238,81,155); }

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