Html Css Color HEX #EE5AAC Brilliant Rose

📋 copy color: '#EE5AAC'

red 238 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #EE5AAC

Tints of Brilliant Rose #EE5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18%

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

R = 47.6%
G = 18%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE5AAC (or 0xEE5AAC) is known color: Brilliant Rose. HEX triplet: EE, 5A and AC. RGB value is (238,90,172). Sum of RGB (Red+Green+Blue) = 238+90+172=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5AAC is #11A553. Grayscale: #8F8F8F. Windows color (decimal): -1156436 or 11295470. OLE color: 11295470.

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

Color convert

RGB 238 90 172 -
CMYK 0 0.62 0.28 0.07
HSL 326.76º 0.81% 0.64% -
HSV(B) 326.76º 0.62% 0.93% -
XYZ 46.36 28.47 42.08 -
YUV 143.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 238 90 172 0 0.62 0.28 0.07 326.76 0.81 0.64
Hex EE 5A AC 0 3E 1C 7 147 51 40
Octal 356 132 254 0 76 34 7 507 121 100
Binary 11101110 1011010 10101100 0 111110 11100 111 101000111 1010001 1000000

Color Harmonies of #EE5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5AAC

Black with #EE5AAC

Text Example


Text Example

White with #EE5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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