Html Css Color HEX #EE28AB Persian Rose

📋 copy color: '#EE28AB'

red 238 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #EE28AB

Tints of Persian Rose #EE28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.91%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 53.01%
G = 8.91%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE28AB (or 0xEE28AB) is known color: Persian Rose. HEX triplet: EE, 28 and AB. RGB value is (238,40,171). Sum of RGB (Red+Green+Blue) = 238+40+171=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE28AB is #11D754. Grayscale: #717171. Windows color (decimal): -1169237 or 11217134. OLE color: 11217134.

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

Color convert

RGB 238 40 171 -
CMYK 0 0.83 0.28 0.07
HSL 320.3º 0.85% 0.55% -
HSV(B) 320.3º 0.83% 0.93% -
XYZ 43.37 22.64 40.61 -
YUV 114.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 238 40 171 0 0.83 0.28 0.07 320.3 0.85 0.55
Hex EE 28 AB 0 53 1C 7 140 55 37
Octal 356 50 253 0 123 34 7 500 125 67
Binary 11101110 101000 10101011 0 1010011 11100 111 101000000 1010101 110111

Color Harmonies of #EE28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE28AB

Black with #EE28AB

Text Example


Text Example

White with #EE28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE28AB; }

 p { color: rgb(238,40,171); }

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

background-color css

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

 a { background-color: rgb(238,40,171); }

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

border-color css

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

 span { border-color: rgb(238,40,171); }

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