Html Css Color HEX #EC249C Persian Rose

📋 copy color: '#EC249C'

red 236 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #EC249C

Tints of Persian Rose #EC249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 55.14%
G = 8.41%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC249C (or 0xEC249C) is known color: Persian Rose. HEX triplet: EC, 24 and 9C. RGB value is (236,36,156). Sum of RGB (Red+Green+Blue) = 236+36+156=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC249C is #13DB63. Grayscale: #6D6D6D. Windows color (decimal): -1301348 or 10233068. OLE color: 10233068.

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

Color convert

RGB 236 36 156 -
CMYK 0 0.85 0.34 0.07
HSL 324º 0.84% 0.53% -
HSV(B) 324º 0.85% 0.93% -
XYZ 41.22 21.49 33.43 -
YUV 109.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 236 36 156 0 0.85 0.34 0.07 324 0.84 0.53
Hex EC 24 9C 0 55 22 7 144 54 35
Octal 354 44 234 0 125 42 7 504 124 65
Binary 11101100 100100 10011100 0 1010101 100010 111 101000100 1010100 110101

Color Harmonies of #EC249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC249C

Black with #EC249C

Text Example


Text Example

White with #EC249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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