Html Css Color HEX #EB2D73 Cerise

📋 copy color: '#EB2D73'

red 235 ◦ green 45 ◦ blue 115

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

Shades of Cerise #EB2D73

Tints of Cerise #EB2D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.39%

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 59.49%
G = 11.39%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB2D73 (or 0xEB2D73) is known color: Cerise. HEX triplet: EB, 2D and 73. RGB value is (235,45,115). Sum of RGB (Red+Green+Blue) = 235+45+115=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D73 is #14D28C. Grayscale: #6D6D6D. Windows color (decimal): -1364621 or 7548395. OLE color: 7548395.

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

Color convert

RGB 235 45 115 -
CMYK 0 0.81 0.51 0.08
HSL 337.89º 0.83% 0.55% -
HSV(B) 337.89º 0.81% 0.92% -
XYZ 38.29 20.78 18.21 -
YUV 109.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 235 45 115 0 0.81 0.51 0.08 337.89 0.83 0.55
Hex EB 2D 73 0 51 33 8 152 53 37
Octal 353 55 163 0 121 63 10 522 123 67
Binary 11101011 101101 1110011 0 1010001 110011 1000 101010010 1010011 110111

Color Harmonies of #EB2D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D73

Black with #EB2D73

Text Example


Text Example

White with #EB2D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D73; }

 p { color: rgb(235,45,115); }

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

background-color css

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

 a { background-color: rgb(235,45,115); }

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

border-color css

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

 span { border-color: rgb(235,45,115); }

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