Html Css Color HEX #EC288D Deep Cerise

📋 copy color: '#EC288D'

red 236 ◦ green 40 ◦ blue 141

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

Shades of Deep Cerise #EC288D

Tints of Deep Cerise #EC288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.59%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 56.59%
G = 9.59%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC288D (or 0xEC288D) is known color: Deep Cerise. HEX triplet: EC, 28 and 8D. RGB value is (236,40,141). Sum of RGB (Red+Green+Blue) = 236+40+141=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC288D is #13D772. Grayscale: #6D6D6D. Windows color (decimal): -1300339 or 9251052. OLE color: 9251052.

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

Color convert

RGB 236 40 141 -
CMYK 0 0.83 0.40 0.07
HSL 329.08º 0.84% 0.54% -
HSV(B) 329.08º 0.83% 0.93% -
XYZ 40.16 21.27 27.19 -
YUV 110.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 236 40 141 0 0.83 0.40 0.07 329.08 0.84 0.54
Hex EC 28 8D 0 53 28 7 149 54 36
Octal 354 50 215 0 123 50 7 511 124 66
Binary 11101100 101000 10001101 0 1010011 101000 111 101001001 1010100 110110

Color Harmonies of #EC288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC288D

Black with #EC288D

Text Example


Text Example

White with #EC288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC288D; }

 p { color: rgb(236,40,141); }

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

background-color css

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

 a { background-color: rgb(236,40,141); }

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

border-color css

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

 span { border-color: rgb(236,40,141); }

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