Html Css Color HEX #EC237D Deep Cerise

📋 copy color: '#EC237D'

red 236 ◦ green 35 ◦ blue 125

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

Shades of Deep Cerise #EC237D

Tints of Deep Cerise #EC237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.84%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 59.6%
G = 8.84%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC237D (or 0xEC237D) is known color: Deep Cerise. HEX triplet: EC, 23 and 7D. RGB value is (236,35,125). Sum of RGB (Red+Green+Blue) = 236+35+125=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC237D is #13DC82. Grayscale: #696969. Windows color (decimal): -1301635 or 8201196. OLE color: 8201196.

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

Color convert

RGB 236 35 125 -
CMYK 0 0.85 0.47 0.07
HSL 333.13º 0.84% 0.53% -
HSV(B) 333.13º 0.85% 0.93% -
XYZ 38.89 20.52 21.31 -
YUV 105.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 236 35 125 0 0.85 0.47 0.07 333.13 0.84 0.53
Hex EC 23 7D 0 55 2F 7 14D 54 35
Octal 354 43 175 0 125 57 7 515 124 65
Binary 11101100 100011 1111101 0 1010101 101111 111 101001101 1010100 110101

Color Harmonies of #EC237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC237D

Black with #EC237D

Text Example


Text Example

White with #EC237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC237D; }

 p { color: rgb(236,35,125); }

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

background-color css

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

 a { background-color: rgb(236,35,125); }

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

border-color css

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

 span { border-color: rgb(236,35,125); }

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