Html Css Color HEX #EC36AF Persian Rose

📋 copy color: '#EC36AF'

red 236 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #EC36AF

Tints of Persian Rose #EC36AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 50.75%
G = 11.61%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC36AF (or 0xEC36AF) is known color: Persian Rose. HEX triplet: EC, 36 and AF. RGB value is (236,54,175). Sum of RGB (Red+Green+Blue) = 236+54+175=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC36AF is #13C950. Grayscale: #797979. Windows color (decimal): -1296721 or 11482860. OLE color: 11482860.

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

Color convert

RGB 236 54 175 -
CMYK 0 0.77 0.26 0.07
HSL 320.11º 0.83% 0.57% -
HSV(B) 320.11º 0.77% 0.93% -
XYZ 43.65 23.57 42.81 -
YUV 122.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 236 54 175 0 0.77 0.26 0.07 320.11 0.83 0.57
Hex EC 36 AF 0 4D 1A 7 140 53 39
Octal 354 66 257 0 115 32 7 500 123 71
Binary 11101100 110110 10101111 0 1001101 11010 111 101000000 1010011 111001

Color Harmonies of #EC36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC36AF

Black with #EC36AF

Text Example


Text Example

White with #EC36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC36AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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