Html Css Color HEX #EE52AC Brilliant Rose

📋 copy color: '#EE52AC'

red 238 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #EE52AC

Tints of Brilliant Rose #EE52AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 48.37%
G = 16.67%
B = 34.96%

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

#EE52AC (or 0xEE52AC) is known color: Brilliant Rose. HEX triplet: EE, 52 and AC. RGB value is (238,82,172). Sum of RGB (Red+Green+Blue) = 238+82+172=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE52AC is #11AD53. Grayscale: #8A8A8A. Windows color (decimal): -1158484 or 11293422. OLE color: 11293422.

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

Color convert

RGB 238 82 172 -
CMYK 0 0.66 0.28 0.07
HSL 325.38º 0.82% 0.63% -
HSV(B) 325.38º 0.66% 0.93% -
XYZ 45.72 27.19 41.87 -
YUV 138.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 238 82 172 0 0.66 0.28 0.07 325.38 0.82 0.63
Hex EE 52 AC 0 42 1C 7 145 52 3F
Octal 356 122 254 0 102 34 7 505 122 77
Binary 11101110 1010010 10101100 0 1000010 11100 111 101000101 1010010 111111

Color Harmonies of #EE52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52AC

Black with #EE52AC

Text Example


Text Example

White with #EE52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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