Html Css Color HEX #EA316D Cerise

📋 copy color: '#EA316D'

red 234 ◦ green 49 ◦ blue 109

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

Shades of Cerise #EA316D

Tints of Cerise #EA316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.5%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 59.69%
G = 12.5%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA316D (or 0xEA316D) is known color: Cerise. HEX triplet: EA, 31 and 6D. RGB value is (234,49,109). Sum of RGB (Red+Green+Blue) = 234+49+109=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA316D is #15CE92. Grayscale: #6F6F6F. Windows color (decimal): -1429139 or 7156202. OLE color: 7156202.

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

Color convert

RGB 234 49 109 -
CMYK 0 0.79 0.53 0.08
HSL 340.54º 0.81% 0.55% -
HSV(B) 340.54º 0.79% 0.92% -
XYZ 37.79 20.79 16.49 -
YUV 111.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 234 49 109 0 0.79 0.53 0.08 340.54 0.81 0.55
Hex EA 31 6D 0 4F 35 8 155 51 37
Octal 352 61 155 0 117 65 10 525 121 67
Binary 11101010 110001 1101101 0 1001111 110101 1000 101010101 1010001 110111

Color Harmonies of #EA316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA316D

Black with #EA316D

Text Example


Text Example

White with #EA316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA316D; }

 p { color: rgb(234,49,109); }

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

background-color css

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

 a { background-color: rgb(234,49,109); }

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

border-color css

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

 span { border-color: rgb(234,49,109); }

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