Html Css Color HEX #EB2A6E Cerise

📋 copy color: '#EB2A6E'

red 235 ◦ green 42 ◦ blue 110

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

Shades of Cerise #EB2A6E

Tints of Cerise #EB2A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 60.72%
G = 10.85%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB2A6E (or 0xEB2A6E) is known color: Cerise. HEX triplet: EB, 2A and 6E. RGB value is (235,42,110). Sum of RGB (Red+Green+Blue) = 235+42+110=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A6E is #14D591. Grayscale: #6B6B6B. Windows color (decimal): -1365394 or 7219947. OLE color: 7219947.

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

Color convert

RGB 235 42 110 -
CMYK 0 0.82 0.53 0.08
HSL 338.86º 0.83% 0.54% -
HSV(B) 338.86º 0.82% 0.92% -
XYZ 37.9 20.44 16.7 -
YUV 107.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 235 42 110 0 0.82 0.53 0.08 338.86 0.83 0.54
Hex EB 2A 6E 0 52 35 8 153 53 36
Octal 353 52 156 0 122 65 10 523 123 66
Binary 11101011 101010 1101110 0 1010010 110101 1000 101010011 1010011 110110

Color Harmonies of #EB2A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A6E

Black with #EB2A6E

Text Example


Text Example

White with #EB2A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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