Html Css Color HEX #EA376F Cerise

📋 copy color: '#EA376F'

red 234 ◦ green 55 ◦ blue 111

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

Shades of Cerise #EA376F

Tints of Cerise #EA376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 58.5%
G = 13.75%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA376F (or 0xEA376F) is known color: Cerise. HEX triplet: EA, 37 and 6F. RGB value is (234,55,111). Sum of RGB (Red+Green+Blue) = 234+55+111=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA376F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA376F is #15C890. Grayscale: #727272. Windows color (decimal): -1427601 or 7288810. OLE color: 7288810.

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

Color convert

RGB 234 55 111 -
CMYK 0 0.76 0.53 0.08
HSL 341.23º 0.81% 0.57% -
HSV(B) 341.23º 0.76% 0.92% -
XYZ 38.17 21.37 17.15 -
YUV 114.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 234 55 111 0 0.76 0.53 0.08 341.23 0.81 0.57
Hex EA 37 6F 0 4C 35 8 155 51 39
Octal 352 67 157 0 114 65 10 525 121 71
Binary 11101010 110111 1101111 0 1001100 110101 1000 101010101 1010001 111001

Color Harmonies of #EA376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA376F

Black with #EA376F

Text Example


Text Example

White with #EA376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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