Html Css Color HEX #EC238A Deep Cerise

📋 copy color: '#EC238A'

red 236 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #EC238A

Tints of Deep Cerise #EC238A

RGB

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

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

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

R = 57.7%
G = 8.56%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC238A (or 0xEC238A) is known color: Deep Cerise. HEX triplet: EC, 23 and 8A. RGB value is (236,35,138). Sum of RGB (Red+Green+Blue) = 236+35+138=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC238A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC238A is #13DC75. Grayscale: #6A6A6A. Windows color (decimal): -1301622 or 9053164. OLE color: 9053164.

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

Color convert

RGB 236 35 138 -
CMYK 0 0.85 0.42 0.07
HSL 329.25º 0.84% 0.53% -
HSV(B) 329.25º 0.85% 0.93% -
XYZ 39.78 20.87 25.98 -
YUV 106.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 236 35 138 0 0.85 0.42 0.07 329.25 0.84 0.53
Hex EC 23 8A 0 55 2A 7 149 54 35
Octal 354 43 212 0 125 52 7 511 124 65
Binary 11101100 100011 10001010 0 1010101 101010 111 101001001 1010100 110101

Color Harmonies of #EC238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC238A

Black with #EC238A

Text Example


Text Example

White with #EC238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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