Html Css Color HEX #EA397F Deep Cerise

📋 copy color: '#EA397F'

red 234 ◦ green 57 ◦ blue 127

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

Shades of Deep Cerise #EA397F

Tints of Deep Cerise #EA397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 55.98%
G = 13.64%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA397F (or 0xEA397F) is known color: Deep Cerise. HEX triplet: EA, 39 and 7F. RGB value is (234,57,127). Sum of RGB (Red+Green+Blue) = 234+57+127=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA397F is #15C680. Grayscale: #757575. Windows color (decimal): -1427073 or 8337898. OLE color: 8337898.

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

Color convert

RGB 234 57 127 -
CMYK 0 0.76 0.46 0.08
HSL 336.27º 0.81% 0.57% -
HSV(B) 336.27º 0.76% 0.92% -
XYZ 39.23 21.95 22.25 -
YUV 117.9 133.14 210.81 -
System Red Green Blue C M Y K H S L
Decimal 234 57 127 0 0.76 0.46 0.08 336.27 0.81 0.57
Hex EA 39 7F 0 4C 2E 8 150 51 39
Octal 352 71 177 0 114 56 10 520 121 71
Binary 11101010 111001 1111111 0 1001100 101110 1000 101010000 1010001 111001

Color Harmonies of #EA397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA397F

Black with #EA397F

Text Example


Text Example

White with #EA397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA397F; }

 p { color: rgb(234,57,127); }

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

background-color css

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

 a { background-color: rgb(234,57,127); }

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

border-color css

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

 span { border-color: rgb(234,57,127); }

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