Html Css Color HEX #EB2474 Cerise

📋 copy color: '#EB2474'

red 235 ◦ green 36 ◦ blue 116

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

Shades of Cerise #EB2474

Tints of Cerise #EB2474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.3%

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

R = 60.72%
G = 9.3%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB2474 (or 0xEB2474) is known color: Cerise. HEX triplet: EB, 24 and 74. RGB value is (235,36,116). Sum of RGB (Red+Green+Blue) = 235+36+116=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2474 is #14DB8B. Grayscale: #686868. Windows color (decimal): -1366924 or 7611627. OLE color: 7611627.

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

Color convert

RGB 235 36 116 -
CMYK 0 0.85 0.51 0.08
HSL 335.88º 0.83% 0.53% -
HSV(B) 335.88º 0.85% 0.92% -
XYZ 38.04 20.18 18.41 -
YUV 104.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 235 36 116 0 0.85 0.51 0.08 335.88 0.83 0.53
Hex EB 24 74 0 55 33 8 150 53 35
Octal 353 44 164 0 125 63 10 520 123 65
Binary 11101011 100100 1110100 0 1010101 110011 1000 101010000 1010011 110101

Color Harmonies of #EB2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2474

Black with #EB2474

Text Example


Text Example

White with #EB2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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