Html Css Color HEX #EB2E74 Cerise

📋 copy color: '#EB2E74'

red 235 ◦ green 46 ◦ blue 116

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

Shades of Cerise #EB2E74

Tints of Cerise #EB2E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.59%

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 59.19%
G = 11.59%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB2E74 (or 0xEB2E74) is known color: Cerise. HEX triplet: EB, 2E and 74. RGB value is (235,46,116). Sum of RGB (Red+Green+Blue) = 235+46+116=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2E74 is #14D18B. Grayscale: #6E6E6E. Windows color (decimal): -1364364 or 7614187. OLE color: 7614187.

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

Color convert

RGB 235 46 116 -
CMYK 0 0.80 0.51 0.08
HSL 337.78º 0.83% 0.55% -
HSV(B) 337.78º 0.8% 0.92% -
XYZ 38.39 20.88 18.53 -
YUV 110.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 235 46 116 0 0.80 0.51 0.08 337.78 0.83 0.55
Hex EB 2E 74 0 50 33 8 152 53 37
Octal 353 56 164 0 120 63 10 522 123 67
Binary 11101011 101110 1110100 0 1010000 110011 1000 101010010 1010011 110111

Color Harmonies of #EB2E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E74

Black with #EB2E74

Text Example


Text Example

White with #EB2E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E74; }

 p { color: rgb(235,46,116); }

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

background-color css

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

 a { background-color: rgb(235,46,116); }

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

border-color css

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

 span { border-color: rgb(235,46,116); }

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