Html Css Color HEX #EE53AC Brilliant Rose

📋 copy color: '#EE53AC'

red 238 ◦ green 83 ◦ blue 172

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

Shades of Brilliant Rose #EE53AC

Tints of Brilliant Rose #EE53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 48.28%
G = 16.84%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE53AC (or 0xEE53AC) is known color: Brilliant Rose. HEX triplet: EE, 53 and AC. RGB value is (238,83,172). Sum of RGB (Red+Green+Blue) = 238+83+172=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE53AC is #11AC53. Grayscale: #8B8B8B. Windows color (decimal): -1158228 or 11293678. OLE color: 11293678.

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

Color convert

RGB 238 83 172 -
CMYK 0 0.65 0.28 0.07
HSL 325.55º 0.82% 0.63% -
HSV(B) 325.55º 0.65% 0.93% -
XYZ 45.8 27.34 41.89 -
YUV 139.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 238 83 172 0 0.65 0.28 0.07 325.55 0.82 0.63
Hex EE 53 AC 0 41 1C 7 146 52 3F
Octal 356 123 254 0 101 34 7 506 122 77
Binary 11101110 1010011 10101100 0 1000001 11100 111 101000110 1010010 111111

Color Harmonies of #EE53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53AC

Black with #EE53AC

Text Example


Text Example

White with #EE53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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