Html Css Color HEX #EC2DAF Persian Rose

📋 copy color: '#EC2DAF'

red 236 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #EC2DAF

Tints of Persian Rose #EC2DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

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

R = 51.75%
G = 9.87%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC2DAF (or 0xEC2DAF) is known color: Persian Rose. HEX triplet: EC, 2D and AF. RGB value is (236,45,175). Sum of RGB (Red+Green+Blue) = 236+45+175=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2DAF is #13D250. Grayscale: #747474. Windows color (decimal): -1299025 or 11480556. OLE color: 11480556.

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

Color convert

RGB 236 45 175 -
CMYK 0 0.81 0.26 0.07
HSL 319.16º 0.83% 0.55% -
HSV(B) 319.16º 0.81% 0.93% -
XYZ 43.27 22.8 42.68 -
YUV 116.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 236 45 175 0 0.81 0.26 0.07 319.16 0.83 0.55
Hex EC 2D AF 0 51 1A 7 13F 53 37
Octal 354 55 257 0 121 32 7 477 123 67
Binary 11101100 101101 10101111 0 1010001 11010 111 100111111 1010011 110111

Color Harmonies of #EC2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DAF

Black with #EC2DAF

Text Example


Text Example

White with #EC2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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