Html Css Color HEX #EE529F Brilliant Rose

📋 copy color: '#EE529F'

red 238 ◦ green 82 ◦ blue 159

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

Shades of Brilliant Rose #EE529F

Tints of Brilliant Rose #EE529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.12%

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 49.69%
G = 17.12%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE529F (or 0xEE529F) is known color: Brilliant Rose. HEX triplet: EE, 52 and 9F. RGB value is (238,82,159). Sum of RGB (Red+Green+Blue) = 238+82+159=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE529F is #11AD60. Grayscale: #898989. Windows color (decimal): -1158497 or 10441454. OLE color: 10441454.

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

Color convert

RGB 238 82 159 -
CMYK 0 0.66 0.33 0.07
HSL 330.38º 0.82% 0.63% -
HSV(B) 330.38º 0.66% 0.93% -
XYZ 44.54 26.71 35.61 -
YUV 137.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 238 82 159 0 0.66 0.33 0.07 330.38 0.82 0.63
Hex EE 52 9F 0 42 21 7 14A 52 3F
Octal 356 122 237 0 102 41 7 512 122 77
Binary 11101110 1010010 10011111 0 1000010 100001 111 101001010 1010010 111111

Color Harmonies of #EE529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE529F

Black with #EE529F

Text Example


Text Example

White with #EE529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE529F; }

 p { color: rgb(238,82,159); }

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

background-color css

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

 a { background-color: rgb(238,82,159); }

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

border-color css

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

 span { border-color: rgb(238,82,159); }

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