Html Css Color HEX #EC33A9 Persian Rose

📋 copy color: '#EC33A9'

red 236 ◦ green 51 ◦ blue 169

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

Shades of Persian Rose #EC33A9

Tints of Persian Rose #EC33A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 51.75%
G = 11.18%
B = 37.06%

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

#EC33A9 (or 0xEC33A9) is known color: Persian Rose. HEX triplet: EC, 33 and A9. RGB value is (236,51,169). Sum of RGB (Red+Green+Blue) = 236+51+169=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC33A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC33A9 is #13CC56. Grayscale: #777777. Windows color (decimal): -1297495 or 11088876. OLE color: 11088876.

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

Color convert

RGB 236 51 169 -
CMYK 0 0.78 0.28 0.07
HSL 321.73º 0.83% 0.56% -
HSV(B) 321.73º 0.78% 0.93% -
XYZ 42.94 23.07 39.73 -
YUV 119.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 236 51 169 0 0.78 0.28 0.07 321.73 0.83 0.56
Hex EC 33 A9 0 4E 1C 7 142 53 38
Octal 354 63 251 0 116 34 7 502 123 70
Binary 11101100 110011 10101001 0 1001110 11100 111 101000010 1010011 111000

Color Harmonies of #EC33A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC33A9

Black with #EC33A9

Text Example


Text Example

White with #EC33A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC33A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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