Html Css Color HEX #EB3A70 Cerise

📋 copy color: '#EB3A70'

red 235 ◦ green 58 ◦ blue 112

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

Shades of Cerise #EB3A70

Tints of Cerise #EB3A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 58.02%
G = 14.32%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB3A70 (or 0xEB3A70) is known color: Cerise. HEX triplet: EB, 3A and 70. RGB value is (235,58,112). Sum of RGB (Red+Green+Blue) = 235+58+112=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A70 is #14C58F. Grayscale: #757575. Windows color (decimal): -1361296 or 7355115. OLE color: 7355115.

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

Color convert

RGB 235 58 112 -
CMYK 0 0.75 0.52 0.08
HSL 341.69º 0.82% 0.57% -
HSV(B) 341.69º 0.75% 0.92% -
XYZ 38.7 21.86 17.51 -
YUV 117.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 235 58 112 0 0.75 0.52 0.08 341.69 0.82 0.57
Hex EB 3A 70 0 4B 34 8 156 52 39
Octal 353 72 160 0 113 64 10 526 122 71
Binary 11101011 111010 1110000 0 1001011 110100 1000 101010110 1010010 111001

Color Harmonies of #EB3A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A70

Black with #EB3A70

Text Example


Text Example

White with #EB3A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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