Html Css Color HEX #EC238D Deep Cerise

📋 copy color: '#EC238D'

red 236 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #EC238D

Tints of Deep Cerise #EC238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 57.28%
G = 8.5%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC238D (or 0xEC238D) is known color: Deep Cerise. HEX triplet: EC, 23 and 8D. RGB value is (236,35,141). Sum of RGB (Red+Green+Blue) = 236+35+141=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC238D is #13DC72. Grayscale: #6A6A6A. Windows color (decimal): -1301619 or 9249772. OLE color: 9249772.

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

Color convert

RGB 236 35 141 -
CMYK 0 0.85 0.40 0.07
HSL 328.36º 0.84% 0.53% -
HSV(B) 328.36º 0.85% 0.93% -
XYZ 40 20.96 27.14 -
YUV 107.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 236 35 141 0 0.85 0.40 0.07 328.36 0.84 0.53
Hex EC 23 8D 0 55 28 7 148 54 35
Octal 354 43 215 0 125 50 7 510 124 65
Binary 11101100 100011 10001101 0 1010101 101000 111 101001000 1010100 110101

Color Harmonies of #EC238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC238D

Black with #EC238D

Text Example


Text Example

White with #EC238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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