Html Css Color HEX #EA315E Cerise

📋 copy color: '#EA315E'

red 234 ◦ green 49 ◦ blue 94

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

Shades of Cerise #EA315E

Tints of Cerise #EA315E

RGB

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

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

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

R = 62.07%
G = 13%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA315E (or 0xEA315E) is known color: Cerise. HEX triplet: EA, 31 and 5E. RGB value is (234,49,94). Sum of RGB (Red+Green+Blue) = 234+49+94=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA315E is #15CEA1. Grayscale: #6D6D6D. Windows color (decimal): -1429154 or 6173162. OLE color: 6173162.

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

Color convert

RGB 234 49 94 -
CMYK 0 0.79 0.60 0.08
HSL 345.41º 0.81% 0.55% -
HSV(B) 345.41º 0.79% 0.92% -
XYZ 37.05 20.5 12.59 -
YUV 109.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 234 49 94 0 0.79 0.60 0.08 345.41 0.81 0.55
Hex EA 31 5E 0 4F 3C 8 159 51 37
Octal 352 61 136 0 117 74 10 531 121 67
Binary 11101010 110001 1011110 0 1001111 111100 1000 101011001 1010001 110111

Color Harmonies of #EA315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA315E

Black with #EA315E

Text Example


Text Example

White with #EA315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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