Html Css Color HEX #EE2BAC Persian Rose

📋 copy color: '#EE2BAC'

red 238 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #EE2BAC

Tints of Persian Rose #EE2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

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

R = 52.54%
G = 9.49%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE2BAC (or 0xEE2BAC) is known color: Persian Rose. HEX triplet: EE, 2B and AC. RGB value is (238,43,172). Sum of RGB (Red+Green+Blue) = 238+43+172=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2BAC is #11D453. Grayscale: #737373. Windows color (decimal): -1168468 or 11283438. OLE color: 11283438.

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

Color convert

RGB 238 43 172 -
CMYK 0 0.82 0.28 0.07
HSL 320.31º 0.85% 0.55% -
HSV(B) 320.31º 0.82% 0.93% -
XYZ 43.57 22.88 41.15 -
YUV 116.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 238 43 172 0 0.82 0.28 0.07 320.31 0.85 0.55
Hex EE 2B AC 0 52 1C 7 140 55 37
Octal 356 53 254 0 122 34 7 500 125 67
Binary 11101110 101011 10101100 0 1010010 11100 111 101000000 1010101 110111

Color Harmonies of #EE2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BAC

Black with #EE2BAC

Text Example


Text Example

White with #EE2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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