Html Css Color HEX #EC2DAC Persian Rose

📋 copy color: '#EC2DAC'

red 236 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #EC2DAC

Tints of Persian Rose #EC2DAC

RGB

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

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

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

R = 52.1%
G = 9.93%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC2DAC (or 0xEC2DAC) is known color: Persian Rose. HEX triplet: EC, 2D and AC. RGB value is (236,45,172). Sum of RGB (Red+Green+Blue) = 236+45+172=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2DAC is #13D253. Grayscale: #747474. Windows color (decimal): -1299028 or 11283948. OLE color: 11283948.

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

Color convert

RGB 236 45 172 -
CMYK 0 0.81 0.27 0.07
HSL 320.1º 0.83% 0.55% -
HSV(B) 320.1º 0.81% 0.93% -
XYZ 42.98 22.69 41.14 -
YUV 116.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 236 45 172 0 0.81 0.27 0.07 320.1 0.83 0.55
Hex EC 2D AC 0 51 1B 7 140 53 37
Octal 354 55 254 0 121 33 7 500 123 67
Binary 11101100 101101 10101100 0 1010001 11011 111 101000000 1010011 110111

Color Harmonies of #EC2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DAC

Black with #EC2DAC

Text Example


Text Example

White with #EC2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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