Html Css Color HEX #EA358B Deep Cerise

📋 copy color: '#EA358B'

red 234 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #EA358B

Tints of Deep Cerise #EA358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.44%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 54.93%
G = 12.44%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA358B (or 0xEA358B) is known color: Deep Cerise. HEX triplet: EA, 35 and 8B. RGB value is (234,53,139). Sum of RGB (Red+Green+Blue) = 234+53+139=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA358B is #15CA74. Grayscale: #747474. Windows color (decimal): -1428085 or 9123306. OLE color: 9123306.

HSL color Cylindrical-coordinate representation of color #EA358B: hue angle of 331.49º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA358B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 53 139 -
CMYK 0 0.77 0.41 0.08
HSL 331.49º 0.81% 0.56% -
HSV(B) 331.49º 0.77% 0.92% -
XYZ 39.86 21.9 26.55 -
YUV 116.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 234 53 139 0 0.77 0.41 0.08 331.49 0.81 0.56
Hex EA 35 8B 0 4D 29 8 14B 51 38
Octal 352 65 213 0 115 51 10 513 121 70
Binary 11101010 110101 10001011 0 1001101 101001 1000 101001011 1010001 111000

Color Harmonies of #EA358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA358B

Black with #EA358B

Text Example


Text Example

White with #EA358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA358B; }

 p { color: rgb(234,53,139); }

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

background-color css

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

 a { background-color: rgb(234,53,139); }

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

border-color css

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

 span { border-color: rgb(234,53,139); }

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