Html Css Color HEX #EC36A4 Persian Rose

📋 copy color: '#EC36A4'

red 236 ◦ green 54 ◦ blue 164

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

Shades of Persian Rose #EC36A4

Tints of Persian Rose #EC36A4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 51.98%
G = 11.89%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC36A4 (or 0xEC36A4) is known color: Persian Rose. HEX triplet: EC, 36 and A4. RGB value is (236,54,164). Sum of RGB (Red+Green+Blue) = 236+54+164=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC36A4 is #13C95B. Grayscale: #787878. Windows color (decimal): -1296732 or 10761964. OLE color: 10761964.

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

Color convert

RGB 236 54 164 -
CMYK 0 0.77 0.31 0.07
HSL 323.74º 0.83% 0.57% -
HSV(B) 323.74º 0.77% 0.93% -
XYZ 42.61 23.15 37.34 -
YUV 120.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 236 54 164 0 0.77 0.31 0.07 323.74 0.83 0.57
Hex EC 36 A4 0 4D 1F 7 144 53 39
Octal 354 66 244 0 115 37 7 504 123 71
Binary 11101100 110110 10100100 0 1001101 11111 111 101000100 1010011 111001

Color Harmonies of #EC36A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC36A4

Black with #EC36A4

Text Example


Text Example

White with #EC36A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC36A4; }

 p { color: rgb(236,54,164); }

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

background-color css

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

 a { background-color: rgb(236,54,164); }

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

border-color css

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

 span { border-color: rgb(236,54,164); }

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