#EF33AA

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

Shades of Persian Rose #EF33AA

Tints of Persian Rose #EF33AA

Color information

#EF33AA (or 0xEF33AA) is unknown color: approx Persian Rose. HEX triplet: EF, 33 and AA. RGB value is (239,51,170). Sum of RGB (Red+Green+Blue) = 239+51+170=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF33AA is #10CC55. Grayscale: #787878. Windows color (decimal): -1100886 or 11154415. OLE color: 11154415.

HSL color Cylindrical-coordinate representation of color #EF33AA: hue angle of 322.02º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF33AA is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB23951170-
CMYK00.790.290.06
HSL322.02º85.45%56.86%-
HSV(B)322.02º78.66%93.73%-
XYZ44.0423.6240.27-
YUV120.78155.78212.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 51 (20.31% from 255) = 11.09%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=51.96%
G=11.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395117000.790.290.06322.0285.4556.86
HexEF33AA04F1D61425539
Octal35763252011735650212571
Binary111011111100111010101001001111111011101010000101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF33AA; }

 p { color: rgb(239,51,170); }

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

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

 a { background-color: rgb(239,51,170); }

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

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

 span { border-color: rgb(239,51,170); }

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