Html Css Color HEX #EC228B Deep Cerise

📋 copy color: '#EC228B'

red 236 ◦ green 34 ◦ blue 139

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

Shades of Deep Cerise #EC228B

Tints of Deep Cerise #EC228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.31%

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 57.7%
G = 8.31%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC228B (or 0xEC228B) is known color: Deep Cerise. HEX triplet: EC, 22 and 8B. RGB value is (236,34,139). Sum of RGB (Red+Green+Blue) = 236+34+139=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC228B is #13DD74. Grayscale: #6A6A6A. Windows color (decimal): -1301877 or 9118444. OLE color: 9118444.

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

Color convert

RGB 236 34 139 -
CMYK 0 0.86 0.41 0.07
HSL 328.81º 0.84% 0.53% -
HSV(B) 328.81º 0.86% 0.93% -
XYZ 39.82 20.84 26.35 -
YUV 106.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 236 34 139 0 0.86 0.41 0.07 328.81 0.84 0.53
Hex EC 22 8B 0 56 29 7 149 54 35
Octal 354 42 213 0 126 51 7 511 124 65
Binary 11101100 100010 10001011 0 1010110 101001 111 101001001 1010100 110101

Color Harmonies of #EC228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC228B

Black with #EC228B

Text Example


Text Example

White with #EC228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC228B; }

 p { color: rgb(236,34,139); }

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

background-color css

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

 a { background-color: rgb(236,34,139); }

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

border-color css

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

 span { border-color: rgb(236,34,139); }

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