Html Css Color HEX #EA238D Deep Cerise

📋 copy color: '#EA238D'

red 234 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #EA238D

Tints of Deep Cerise #EA238D

RGB

 RED value IS 234 (91.8% from 255) = 57.07%

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

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

R = 57.07%
G = 8.54%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA238D (or 0xEA238D) is known color: Deep Cerise. HEX triplet: EA, 23 and 8D. RGB value is (234,35,141). Sum of RGB (Red+Green+Blue) = 234+35+141=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA238D is #15DC72. Grayscale: #6A6A6A. Windows color (decimal): -1432691 or 9249770. OLE color: 9249770.

HSL color Cylindrical-coordinate representation of color #EA238D: hue angle of 328.04º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA238D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 141 -
CMYK 0 0.85 0.40 0.08
HSL 328.04º 0.83% 0.53% -
HSV(B) 328.04º 0.85% 0.92% -
XYZ 39.34 20.62 27.11 -
YUV 106.59 147.43 218.88 -
System Red Green Blue C M Y K H S L
Decimal 234 35 141 0 0.85 0.40 0.08 328.04 0.83 0.53
Hex EA 23 8D 0 55 28 8 148 53 35
Octal 352 43 215 0 125 50 10 510 123 65
Binary 11101010 100011 10001101 0 1010101 101000 1000 101001000 1010011 110101

Color Harmonies of #EA238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA238D

Black with #EA238D

Text Example


Text Example

White with #EA238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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