Html Css Color HEX #EC308C Deep Cerise

📋 copy color: '#EC308C'

red 236 ◦ green 48 ◦ blue 140

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

Shades of Deep Cerise #EC308C

Tints of Deep Cerise #EC308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.32%

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 55.66%
G = 11.32%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC308C (or 0xEC308C) is known color: Deep Cerise. HEX triplet: EC, 30 and 8C. RGB value is (236,48,140). Sum of RGB (Red+Green+Blue) = 236+48+140=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC308C is #13CF73. Grayscale: #727272. Windows color (decimal): -1298292 or 9187564. OLE color: 9187564.

HSL color Cylindrical-coordinate representation of color #EC308C: hue angle of 330.64º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC308C is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 140 -
CMYK 0 0.80 0.41 0.07
HSL 330.64º 0.83% 0.56% -
HSV(B) 330.64º 0.8% 0.93% -
XYZ 40.38 21.84 26.9 -
YUV 114.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 236 48 140 0 0.80 0.41 0.07 330.64 0.83 0.56
Hex EC 30 8C 0 50 29 7 14B 53 38
Octal 354 60 214 0 120 51 7 513 123 70
Binary 11101100 110000 10001100 0 1010000 101001 111 101001011 1010011 111000

Color Harmonies of #EC308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC308C

Black with #EC308C

Text Example


Text Example

White with #EC308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC308C; }

 p { color: rgb(236,48,140); }

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

background-color css

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

 a { background-color: rgb(236,48,140); }

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

border-color css

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

 span { border-color: rgb(236,48,140); }

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