Html Css Color HEX #EA358F Deep Cerise

📋 copy color: '#EA358F'

red 234 ◦ green 53 ◦ blue 143

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

Shades of Deep Cerise #EA358F

Tints of Deep Cerise #EA358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 54.42%
G = 12.33%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA358F (or 0xEA358F) is known color: Deep Cerise. HEX triplet: EA, 35 and 8F. RGB value is (234,53,143). Sum of RGB (Red+Green+Blue) = 234+53+143=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA358F is #15CA70. Grayscale: #757575. Windows color (decimal): -1428081 or 9385450. OLE color: 9385450.

HSL color Cylindrical-coordinate representation of color #EA358F: hue angle of 330.17º 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 #EA358F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 53 143 -
CMYK 0 0.77 0.39 0.08
HSL 330.17º 0.81% 0.56% -
HSV(B) 330.17º 0.77% 0.92% -
XYZ 40.16 22.02 28.12 -
YUV 117.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 234 53 143 0 0.77 0.39 0.08 330.17 0.81 0.56
Hex EA 35 8F 0 4D 27 8 14A 51 38
Octal 352 65 217 0 115 47 10 512 121 70
Binary 11101010 110101 10001111 0 1001101 100111 1000 101001010 1010001 111000

Color Harmonies of #EA358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA358F

Black with #EA358F

Text Example


Text Example

White with #EA358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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