Html Css Color HEX #EA376B Cerise

📋 copy color: '#EA376B'

red 234 ◦ green 55 ◦ blue 107

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

Shades of Cerise #EA376B

Tints of Cerise #EA376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 59.09%
G = 13.89%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA376B (or 0xEA376B) is known color: Cerise. HEX triplet: EA, 37 and 6B. RGB value is (234,55,107). Sum of RGB (Red+Green+Blue) = 234+55+107=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA376B is #15C894. Grayscale: #727272. Windows color (decimal): -1427605 or 7026666. OLE color: 7026666.

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

Color convert

RGB 234 55 107 -
CMYK 0 0.76 0.54 0.08
HSL 342.57º 0.81% 0.57% -
HSV(B) 342.57º 0.76% 0.92% -
XYZ 37.95 21.29 16.02 -
YUV 114.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 234 55 107 0 0.76 0.54 0.08 342.57 0.81 0.57
Hex EA 37 6B 0 4C 36 8 157 51 39
Octal 352 67 153 0 114 66 10 527 121 71
Binary 11101010 110111 1101011 0 1001100 110110 1000 101010111 1010001 111001

Color Harmonies of #EA376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA376B

Black with #EA376B

Text Example


Text Example

White with #EA376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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