Html Css Color HEX #EB2A64 Cerise

📋 copy color: '#EB2A64'

red 235 ◦ green 42 ◦ blue 100

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

Shades of Cerise #EB2A64

Tints of Cerise #EB2A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 62.33%
G = 11.14%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB2A64 (or 0xEB2A64) is known color: Cerise. HEX triplet: EB, 2A and 64. RGB value is (235,42,100). Sum of RGB (Red+Green+Blue) = 235+42+100=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A64 is #14D59B. Grayscale: #6A6A6A. Windows color (decimal): -1365404 or 6564587. OLE color: 6564587.

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

Color convert

RGB 235 42 100 -
CMYK 0 0.82 0.57 0.08
HSL 341.97º 0.83% 0.54% -
HSV(B) 341.97º 0.82% 0.92% -
XYZ 37.39 20.24 13.99 -
YUV 106.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 235 42 100 0 0.82 0.57 0.08 341.97 0.83 0.54
Hex EB 2A 64 0 52 39 8 156 53 36
Octal 353 52 144 0 122 71 10 526 123 66
Binary 11101011 101010 1100100 0 1010010 111001 1000 101010110 1010011 110110

Color Harmonies of #EB2A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A64

Black with #EB2A64

Text Example


Text Example

White with #EB2A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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