Html Css Color HEX #EC258E Deep Cerise

📋 copy color: '#EC258E'

red 236 ◦ green 37 ◦ blue 142

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

Shades of Deep Cerise #EC258E

Tints of Deep Cerise #EC258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.92%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 56.87%
G = 8.92%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC258E (or 0xEC258E) is known color: Deep Cerise. HEX triplet: EC, 25 and 8E. RGB value is (236,37,142). Sum of RGB (Red+Green+Blue) = 236+37+142=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC258E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC258E is #13DA71. Grayscale: #6C6C6C. Windows color (decimal): -1301106 or 9315820. OLE color: 9315820.

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

Color convert

RGB 236 37 142 -
CMYK 0 0.84 0.40 0.07
HSL 328.34º 0.84% 0.54% -
HSV(B) 328.34º 0.84% 0.93% -
XYZ 40.14 21.11 27.55 -
YUV 108.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 236 37 142 0 0.84 0.40 0.07 328.34 0.84 0.54
Hex EC 25 8E 0 54 28 7 148 54 36
Octal 354 45 216 0 124 50 7 510 124 66
Binary 11101100 100101 10001110 0 1010100 101000 111 101001000 1010100 110110

Color Harmonies of #EC258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC258E

Black with #EC258E

Text Example


Text Example

White with #EC258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC258E; }

 p { color: rgb(236,37,142); }

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

background-color css

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

 a { background-color: rgb(236,37,142); }

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

border-color css

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

 span { border-color: rgb(236,37,142); }

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