Html Css Color HEX #EB3A5D Cerise

📋 copy color: '#EB3A5D'

red 235 ◦ green 58 ◦ blue 93

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

Shades of Cerise #EB3A5D

Tints of Cerise #EB3A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 60.88%
G = 15.03%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB3A5D (or 0xEB3A5D) is known color: Cerise. HEX triplet: EB, 3A and 5D. RGB value is (235,58,93). Sum of RGB (Red+Green+Blue) = 235+58+93=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A5D is #14C5A2. Grayscale: #727272. Windows color (decimal): -1361315 or 6109931. OLE color: 6109931.

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

Color convert

RGB 235 58 93 -
CMYK 0 0.75 0.60 0.08
HSL 348.14º 0.82% 0.57% -
HSV(B) 348.14º 0.75% 0.92% -
XYZ 37.75 21.48 12.51 -
YUV 114.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 235 58 93 0 0.75 0.60 0.08 348.14 0.82 0.57
Hex EB 3A 5D 0 4B 3C 8 15C 52 39
Octal 353 72 135 0 113 74 10 534 122 71
Binary 11101011 111010 1011101 0 1001011 111100 1000 101011100 1010010 111001

Color Harmonies of #EB3A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A5D

Black with #EB3A5D

Text Example


Text Example

White with #EB3A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A5D; }

 p { color: rgb(235,58,93); }

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

background-color css

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

 a { background-color: rgb(235,58,93); }

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

border-color css

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

 span { border-color: rgb(235,58,93); }

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