Html Css Color HEX #EE529C Brilliant Rose

📋 copy color: '#EE529C'

red 238 ◦ green 82 ◦ blue 156

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

Shades of Brilliant Rose #EE529C

Tints of Brilliant Rose #EE529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 50%
G = 17.23%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE529C (or 0xEE529C) is known color: Brilliant Rose. HEX triplet: EE, 52 and 9C. RGB value is (238,82,156). Sum of RGB (Red+Green+Blue) = 238+82+156=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE529C is #11AD63. Grayscale: #888888. Windows color (decimal): -1158500 or 10244846. OLE color: 10244846.

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

Color convert

RGB 238 82 156 -
CMYK 0 0.66 0.34 0.07
HSL 331.54º 0.82% 0.63% -
HSV(B) 331.54º 0.66% 0.93% -
XYZ 44.28 26.61 34.26 -
YUV 137.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 238 82 156 0 0.66 0.34 0.07 331.54 0.82 0.63
Hex EE 52 9C 0 42 22 7 14C 52 3F
Octal 356 122 234 0 102 42 7 514 122 77
Binary 11101110 1010010 10011100 0 1000010 100010 111 101001100 1010010 111111

Color Harmonies of #EE529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE529C

Black with #EE529C

Text Example


Text Example

White with #EE529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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