Html Css Color HEX #EB2689 Deep Cerise

📋 copy color: '#EB2689'

red 235 ◦ green 38 ◦ blue 137

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

Shades of Deep Cerise #EB2689

Tints of Deep Cerise #EB2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.27%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 57.32%
G = 9.27%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB2689 (or 0xEB2689) is known color: Deep Cerise. HEX triplet: EB, 26 and 89. RGB value is (235,38,137). Sum of RGB (Red+Green+Blue) = 235+38+137=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2689 is #14D976. Grayscale: #6B6B6B. Windows color (decimal): -1366391 or 8988395. OLE color: 8988395.

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

Color convert

RGB 235 38 137 -
CMYK 0 0.84 0.42 0.08
HSL 329.85º 0.83% 0.54% -
HSV(B) 329.85º 0.84% 0.92% -
XYZ 39.47 20.85 25.61 -
YUV 108.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 235 38 137 0 0.84 0.42 0.08 329.85 0.83 0.54
Hex EB 26 89 0 54 2A 8 14A 53 36
Octal 353 46 211 0 124 52 10 512 123 66
Binary 11101011 100110 10001001 0 1010100 101010 1000 101001010 1010011 110110

Color Harmonies of #EB2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2689

Black with #EB2689

Text Example


Text Example

White with #EB2689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2689; }

 p { color: rgb(235,38,137); }

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

background-color css

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

 a { background-color: rgb(235,38,137); }

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

border-color css

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

 span { border-color: rgb(235,38,137); }

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