Html Css Color HEX #EC2AAC Persian Rose

📋 copy color: '#EC2AAC'

red 236 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #EC2AAC

Tints of Persian Rose #EC2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.33%

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

R = 52.44%
G = 9.33%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC2AAC (or 0xEC2AAC) is known color: Persian Rose. HEX triplet: EC, 2A and AC. RGB value is (236,42,172). Sum of RGB (Red+Green+Blue) = 236+42+172=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2AAC is #13D553. Grayscale: #727272. Windows color (decimal): -1299796 or 11283180. OLE color: 11283180.

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

Color convert

RGB 236 42 172 -
CMYK 0 0.82 0.27 0.07
HSL 319.79º 0.84% 0.55% -
HSV(B) 319.79º 0.82% 0.93% -
XYZ 42.87 22.47 41.11 -
YUV 114.83 160.27 214.43 -
System Red Green Blue C M Y K H S L
Decimal 236 42 172 0 0.82 0.27 0.07 319.79 0.84 0.55
Hex EC 2A AC 0 52 1B 7 140 54 37
Octal 354 52 254 0 122 33 7 500 124 67
Binary 11101100 101010 10101100 0 1010010 11011 111 101000000 1010100 110111

Color Harmonies of #EC2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2AAC

Black with #EC2AAC

Text Example


Text Example

White with #EC2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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