Html Css Color HEX #EC307B Deep Cerise

📋 copy color: '#EC307B'

red 236 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #EC307B

Tints of Deep Cerise #EC307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 57.99%
G = 11.79%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC307B (or 0xEC307B) is known color: Deep Cerise. HEX triplet: EC, 30 and 7B. RGB value is (236,48,123). Sum of RGB (Red+Green+Blue) = 236+48+123=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC307B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC307B is #13CF84. Grayscale: #707070. Windows color (decimal): -1298309 or 8073452. OLE color: 8073452.

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

Color convert

RGB 236 48 123 -
CMYK 0 0.80 0.48 0.07
HSL 336.06º 0.83% 0.56% -
HSV(B) 336.06º 0.8% 0.93% -
XYZ 39.22 21.38 20.8 -
YUV 112.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 236 48 123 0 0.80 0.48 0.07 336.06 0.83 0.56
Hex EC 30 7B 0 50 30 7 150 53 38
Octal 354 60 173 0 120 60 7 520 123 70
Binary 11101100 110000 1111011 0 1010000 110000 111 101010000 1010011 111000

Color Harmonies of #EC307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC307B

Black with #EC307B

Text Example


Text Example

White with #EC307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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