Html Css Color HEX #EC308A Deep Cerise

📋 copy color: '#EC308A'

red 236 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #EC308A

Tints of Deep Cerise #EC308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 55.92%
G = 11.37%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC308A (or 0xEC308A) is known color: Deep Cerise. HEX triplet: EC, 30 and 8A. RGB value is (236,48,138). Sum of RGB (Red+Green+Blue) = 236+48+138=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC308A is #13CF75. Grayscale: #727272. Windows color (decimal): -1298294 or 9056492. OLE color: 9056492.

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

Color convert

RGB 236 48 138 -
CMYK 0 0.80 0.42 0.07
HSL 331.28º 0.83% 0.56% -
HSV(B) 331.28º 0.8% 0.93% -
XYZ 40.24 21.78 26.13 -
YUV 114.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 236 48 138 0 0.80 0.42 0.07 331.28 0.83 0.56
Hex EC 30 8A 0 50 2A 7 14B 53 38
Octal 354 60 212 0 120 52 7 513 123 70
Binary 11101100 110000 10001010 0 1010000 101010 111 101001011 1010011 111000

Color Harmonies of #EC308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC308A

Black with #EC308A

Text Example


Text Example

White with #EC308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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