Html Css Color HEX #EC249E Persian Rose

📋 copy color: '#EC249E'

red 236 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #EC249E

Tints of Persian Rose #EC249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 54.88%
G = 8.37%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC249E (or 0xEC249E) is known color: Persian Rose. HEX triplet: EC, 24 and 9E. RGB value is (236,36,158). Sum of RGB (Red+Green+Blue) = 236+36+158=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC249E is #13DB61. Grayscale: #6D6D6D. Windows color (decimal): -1301346 or 10364140. OLE color: 10364140.

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

Color convert

RGB 236 36 158 -
CMYK 0 0.85 0.33 0.07
HSL 323.4º 0.84% 0.53% -
HSV(B) 323.4º 0.85% 0.93% -
XYZ 41.39 21.56 34.33 -
YUV 109.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 236 36 158 0 0.85 0.33 0.07 323.4 0.84 0.53
Hex EC 24 9E 0 55 21 7 143 54 35
Octal 354 44 236 0 125 41 7 503 124 65
Binary 11101100 100100 10011110 0 1010101 100001 111 101000011 1010100 110101

Color Harmonies of #EC249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC249E

Black with #EC249E

Text Example


Text Example

White with #EC249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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