Html Css Color HEX #EC2CAC Persian Rose

📋 copy color: '#EC2CAC'

red 236 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #EC2CAC

Tints of Persian Rose #EC2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.73%

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

R = 52.21%
G = 9.73%
B = 38.05%

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

#EC2CAC (or 0xEC2CAC) is known color: Persian Rose. HEX triplet: EC, 2C and AC. RGB value is (236,44,172). Sum of RGB (Red+Green+Blue) = 236+44+172=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2CAC is #13D353. Grayscale: #737373. Windows color (decimal): -1299284 or 11283692. OLE color: 11283692.

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

Color convert

RGB 236 44 172 -
CMYK 0 0.81 0.27 0.07
HSL 320º 0.83% 0.55% -
HSV(B) 320º 0.81% 0.93% -
XYZ 42.94 22.61 41.13 -
YUV 116 159.61 213.59 -
System Red Green Blue C M Y K H S L
Decimal 236 44 172 0 0.81 0.27 0.07 320 0.83 0.55
Hex EC 2C AC 0 51 1B 7 140 53 37
Octal 354 54 254 0 121 33 7 500 123 67
Binary 11101100 101100 10101100 0 1010001 11011 111 101000000 1010011 110111

Color Harmonies of #EC2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2CAC

Black with #EC2CAC

Text Example


Text Example

White with #EC2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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