#EE34AF

Color #EE34AF Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #EE34AF

Tints of Persian Rose #EE34AF

Color information

#EE34AF (or 0xEE34AF) is unknown color: approx Persian Rose. HEX triplet: EE, 34 and AF. RGB value is (238,52,175). Sum of RGB (Red+Green+Blue) = 238+52+175=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE34AF is #11CB50. Grayscale: #797979. Windows color (decimal): -1166161 or 11482350. OLE color: 11482350.

HSL color Cylindrical-coordinate representation of color #EE34AF: hue angle of 320.32º 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 #EE34AF is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23852175-
CMYK00.780.260.07
HSL320.32º84.55%56.86%-
HSV(B)320.32º78.15%93.33%-
XYZ44.2323.7342.81-
YUV121.64158.12211-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 52 (20.70% from 255) = 11.18%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=51.18%
G=11.18%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385217500.780.260.07320.3284.5556.86
HexEE34AF04E1A71405539
Octal35664257011632750012571
Binary111011101101001010111101001110110101111010000001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE34AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE34AF; }

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

 H1.HeaderClassName
 {
   color: #EE34AF;
 }
 .AnyTagClassName
 {
   color: #EE34AF;
 }
</style>
background-color css

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

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

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

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

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

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