Html Css Color HEX #EC35AB Persian Rose

📋 copy color: '#EC35AB'

red 236 ◦ green 53 ◦ blue 171

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

Shades of Persian Rose #EC35AB

Tints of Persian Rose #EC35AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 51.3%
G = 11.52%
B = 37.17%

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

#EC35AB (or 0xEC35AB) is known color: Persian Rose. HEX triplet: EC, 35 and AB. RGB value is (236,53,171). Sum of RGB (Red+Green+Blue) = 236+53+171=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35AB is #13CA54. Grayscale: #787878. Windows color (decimal): -1296981 or 11220460. OLE color: 11220460.

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

Color convert

RGB 236 53 171 -
CMYK 0 0.78 0.28 0.07
HSL 321.31º 0.83% 0.57% -
HSV(B) 321.31º 0.78% 0.93% -
XYZ 43.22 23.32 40.75 -
YUV 121.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 236 53 171 0 0.78 0.28 0.07 321.31 0.83 0.57
Hex EC 35 AB 0 4E 1C 7 141 53 39
Octal 354 65 253 0 116 34 7 501 123 71
Binary 11101100 110101 10101011 0 1001110 11100 111 101000001 1010011 111001

Color Harmonies of #EC35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35AB

Black with #EC35AB

Text Example


Text Example

White with #EC35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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