Html Css Color HEX #EC33AE Persian Rose

📋 copy color: '#EC33AE'

red 236 ◦ green 51 ◦ blue 174

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

Shades of Persian Rose #EC33AE

Tints of Persian Rose #EC33AE

RGB

 RED value IS 236 (92.58% from 255) = 51.19%

 GREEN value IS 51 (20.31% from 255) = 11.06%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 51.19%
G = 11.06%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC33AE (or 0xEC33AE) is known color: Persian Rose. HEX triplet: EC, 33 and AE. RGB value is (236,51,174). Sum of RGB (Red+Green+Blue) = 236+51+174=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC33AE is #13CC51. Grayscale: #787878. Windows color (decimal): -1297490 or 11416556. OLE color: 11416556.

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

Color convert

RGB 236 51 174 -
CMYK 0 0.78 0.26 0.07
HSL 320.11º 0.83% 0.56% -
HSV(B) 320.11º 0.78% 0.93% -
XYZ 43.42 23.26 42.25 -
YUV 120.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 236 51 174 0 0.78 0.26 0.07 320.11 0.83 0.56
Hex EC 33 AE 0 4E 1A 7 140 53 38
Octal 354 63 256 0 116 32 7 500 123 70
Binary 11101100 110011 10101110 0 1001110 11010 111 101000000 1010011 111000

Color Harmonies of #EC33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC33AE

Black with #EC33AE

Text Example


Text Example

White with #EC33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC33AE; }

 p { color: rgb(236,51,174); }

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

background-color css

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

 a { background-color: rgb(236,51,174); }

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

border-color css

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

 span { border-color: rgb(236,51,174); }

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