#EE52AF

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

Shades of Brilliant Rose #EE52AF

Tints of Brilliant Rose #EE52AF

Color information

#EE52AF (or 0xEE52AF) is unknown color: approx Brilliant Rose. HEX triplet: EE, 52 and AF. RGB value is (238,82,175). Sum of RGB (Red+Green+Blue) = 238+82+175=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE52AF is #11AD50. Grayscale: #8B8B8B. Windows color (decimal): -1158481 or 11490030. OLE color: 11490030.

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

Color convert

RGB23882175-
CMYK00.660.260.07
HSL324.23º82.11%62.75%-
HSV(B)324.23º65.55%93.33%-
XYZ46.0227.3143.4-
YUV139.25148.18198.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.08%
GREEN value IS 82 (32.42% from 255) = 16.57%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=48.08%
G=16.57%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388217500.660.260.07324.2382.1162.75
HexEE52AF0421A7144523f
Octal356122257010232750412277
Binary1110111010100101010111101000010110101111010001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE52AF; }

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

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

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

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

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

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

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

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