Html Css Color HEX #EC24A2 Persian Rose

📋 copy color: '#EC24A2'

red 236 ◦ green 36 ◦ blue 162

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

Shades of Persian Rose #EC24A2

Tints of Persian Rose #EC24A2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.29%

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 54.38%
G = 8.29%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC24A2 (or 0xEC24A2) is known color: Persian Rose. HEX triplet: EC, 24 and A2. RGB value is (236,36,162). Sum of RGB (Red+Green+Blue) = 236+36+162=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC24A2 is #13DB5D. Grayscale: #6D6D6D. Windows color (decimal): -1301342 or 10626284. OLE color: 10626284.

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

Color convert

RGB 236 36 162 -
CMYK 0 0.85 0.31 0.07
HSL 322.2º 0.84% 0.53% -
HSV(B) 322.2º 0.85% 0.93% -
XYZ 41.74 21.7 36.17 -
YUV 110.16 157.26 217.75 -
System Red Green Blue C M Y K H S L
Decimal 236 36 162 0 0.85 0.31 0.07 322.2 0.84 0.53
Hex EC 24 A2 0 55 1F 7 142 54 35
Octal 354 44 242 0 125 37 7 502 124 65
Binary 11101100 100100 10100010 0 1010101 11111 111 101000010 1010100 110101

Color Harmonies of #EC24A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC24A2

Black with #EC24A2

Text Example


Text Example

White with #EC24A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC24A2; }

 p { color: rgb(236,36,162); }

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

background-color css

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

 a { background-color: rgb(236,36,162); }

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

border-color css

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

 span { border-color: rgb(236,36,162); }

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