Html Css Color HEX #EE34AB Persian Rose

📋 copy color: '#EE34AB'

red 238 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #EE34AB

Tints of Persian Rose #EE34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.28%

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

R = 51.63%
G = 11.28%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE34AB (or 0xEE34AB) is known color: Persian Rose. HEX triplet: EE, 34 and AB. RGB value is (238,52,171). Sum of RGB (Red+Green+Blue) = 238+52+171=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE34AB is #11CB54. Grayscale: #787878. Windows color (decimal): -1166165 or 11220206. OLE color: 11220206.

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

Color convert

RGB 238 52 171 -
CMYK 0 0.78 0.28 0.07
HSL 321.61º 0.85% 0.57% -
HSV(B) 321.61º 0.78% 0.93% -
XYZ 43.84 23.57 40.77 -
YUV 121.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 238 52 171 0 0.78 0.28 0.07 321.61 0.85 0.57
Hex EE 34 AB 0 4E 1C 7 142 55 39
Octal 356 64 253 0 116 34 7 502 125 71
Binary 11101110 110100 10101011 0 1001110 11100 111 101000010 1010101 111001

Color Harmonies of #EE34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34AB

Black with #EE34AB

Text Example


Text Example

White with #EE34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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