Html Css Color HEX #EC1E7B Deep Cerise

📋 copy color: '#EC1E7B'

red 236 ◦ green 30 ◦ blue 123

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

Shades of Deep Cerise #EC1E7B

Tints of Deep Cerise #EC1E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.71%

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

R = 60.67%
G = 7.71%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC1E7B (or 0xEC1E7B) is known color: Deep Cerise. HEX triplet: EC, 1E and 7B. RGB value is (236,30,123). Sum of RGB (Red+Green+Blue) = 236+30+123=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1E7B is #13E184. Grayscale: #666666. Windows color (decimal): -1302917 or 8068844. OLE color: 8068844.

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

Color convert

RGB 236 30 123 -
CMYK 0 0.87 0.48 0.07
HSL 332.91º 0.84% 0.52% -
HSV(B) 332.91º 0.87% 0.93% -
XYZ 38.63 20.19 20.6 -
YUV 102.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 236 30 123 0 0.87 0.48 0.07 332.91 0.84 0.52
Hex EC 1E 7B 0 57 30 7 14D 54 34
Octal 354 36 173 0 127 60 7 515 124 64
Binary 11101100 11110 1111011 0 1010111 110000 111 101001101 1010100 110100

Color Harmonies of #EC1E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E7B

Black with #EC1E7B

Text Example


Text Example

White with #EC1E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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