Html Css Color HEX #EB2A70 Cerise

📋 copy color: '#EB2A70'

red 235 ◦ green 42 ◦ blue 112

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

Shades of Cerise #EB2A70

Tints of Cerise #EB2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

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

R = 60.41%
G = 10.8%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB2A70 (or 0xEB2A70) is known color: Cerise. HEX triplet: EB, 2A and 70. RGB value is (235,42,112). Sum of RGB (Red+Green+Blue) = 235+42+112=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A70 is #14D58F. Grayscale: #6B6B6B. Windows color (decimal): -1365392 or 7351019. OLE color: 7351019.

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

Color convert

RGB 235 42 112 -
CMYK 0 0.82 0.52 0.08
HSL 338.24º 0.83% 0.54% -
HSV(B) 338.24º 0.82% 0.92% -
XYZ 38.01 20.49 17.28 -
YUV 107.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 235 42 112 0 0.82 0.52 0.08 338.24 0.83 0.54
Hex EB 2A 70 0 52 34 8 152 53 36
Octal 353 52 160 0 122 64 10 522 123 66
Binary 11101011 101010 1110000 0 1010010 110100 1000 101010010 1010011 110110

Color Harmonies of #EB2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A70

Black with #EB2A70

Text Example


Text Example

White with #EB2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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