Html Css Color HEX #EC35AC Persian Rose

📋 copy color: '#EC35AC'

red 236 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #EC35AC

Tints of Persian Rose #EC35AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.5%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 51.19%
G = 11.5%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC35AC (or 0xEC35AC) is known color: Persian Rose. HEX triplet: EC, 35 and AC. RGB value is (236,53,172). Sum of RGB (Red+Green+Blue) = 236+53+172=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35AC is #13CA53. Grayscale: #787878. Windows color (decimal): -1296980 or 11285996. OLE color: 11285996.

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

Color convert

RGB 236 53 172 -
CMYK 0 0.78 0.27 0.07
HSL 320.98º 0.83% 0.57% -
HSV(B) 320.98º 0.78% 0.93% -
XYZ 43.31 23.36 41.26 -
YUV 121.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 236 53 172 0 0.78 0.27 0.07 320.98 0.83 0.57
Hex EC 35 AC 0 4E 1B 7 141 53 39
Octal 354 65 254 0 116 33 7 501 123 71
Binary 11101100 110101 10101100 0 1001110 11011 111 101000001 1010011 111001

Color Harmonies of #EC35AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35AC

Black with #EC35AC

Text Example


Text Example

White with #EC35AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35AC; }

 p { color: rgb(236,53,172); }

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

background-color css

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

 a { background-color: rgb(236,53,172); }

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

border-color css

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

 span { border-color: rgb(236,53,172); }

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