Html Css Color HEX #EA375E Cerise

📋 copy color: '#EA375E'

red 234 ◦ green 55 ◦ blue 94

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

Shades of Cerise #EA375E

Tints of Cerise #EA375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.36%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 61.1%
G = 14.36%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA375E (or 0xEA375E) is known color: Cerise. HEX triplet: EA, 37 and 5E. RGB value is (234,55,94). Sum of RGB (Red+Green+Blue) = 234+55+94=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA375E is #15C8A1. Grayscale: #707070. Windows color (decimal): -1427618 or 6174698. OLE color: 6174698.

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

Color convert

RGB 234 55 94 -
CMYK 0 0.76 0.60 0.08
HSL 346.93º 0.81% 0.57% -
HSV(B) 346.93º 0.76% 0.92% -
XYZ 37.32 21.03 12.68 -
YUV 112.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 234 55 94 0 0.76 0.60 0.08 346.93 0.81 0.57
Hex EA 37 5E 0 4C 3C 8 15B 51 39
Octal 352 67 136 0 114 74 10 533 121 71
Binary 11101010 110111 1011110 0 1001100 111100 1000 101011011 1010001 111001

Color Harmonies of #EA375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA375E

Black with #EA375E

Text Example


Text Example

White with #EA375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA375E; }

 p { color: rgb(234,55,94); }

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

background-color css

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

 a { background-color: rgb(234,55,94); }

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

border-color css

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

 span { border-color: rgb(234,55,94); }

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