Html Css Color HEX #EB315E Cerise

📋 copy color: '#EB315E'

red 235 ◦ green 49 ◦ blue 94

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

Shades of Cerise #EB315E

Tints of Cerise #EB315E

RGB

 RED value IS 235 (92.19% from 255) = 62.17%

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

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

R = 62.17%
G = 12.96%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB315E (or 0xEB315E) is known color: Cerise. HEX triplet: EB, 31 and 5E. RGB value is (235,49,94). Sum of RGB (Red+Green+Blue) = 235+49+94=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB315E is #14CEA1. Grayscale: #6D6D6D. Windows color (decimal): -1363618 or 6173163. OLE color: 6173163.

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

Color convert

RGB 235 49 94 -
CMYK 0 0.79 0.6 0.08
HSL 345.48º 0.82% 0.56% -
HSV(B) 345.48º 0.79% 0.92% -
XYZ 37.38 20.67 12.61 -
YUV 109.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 235 49 94 0 0.79 0.6 0.08 345.48 0.82 0.56
Hex EB 31 5E 0 4F 3C 8 159 52 38
Octal 353 61 136 0 117 74 10 531 122 70
Binary 11101011 110001 1011110 0 1001111 111100 1000 101011001 1010010 111000

Color Harmonies of #EB315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB315E

Black with #EB315E

Text Example


Text Example

White with #EB315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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