Html Css Color HEX #EB2590 Deep Cerise

📋 copy color: '#EB2590'

red 235 ◦ green 37 ◦ blue 144

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

Shades of Deep Cerise #EB2590

Tints of Deep Cerise #EB2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.89%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 56.49%
G = 8.89%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB2590 (or 0xEB2590) is known color: Deep Cerise. HEX triplet: EB, 25 and 90. RGB value is (235,37,144). Sum of RGB (Red+Green+Blue) = 235+37+144=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2590 is #14DA6F. Grayscale: #6C6C6C. Windows color (decimal): -1366640 or 9446891. OLE color: 9446891.

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

Color convert

RGB 235 37 144 -
CMYK 0 0.84 0.39 0.08
HSL 327.58º 0.83% 0.53% -
HSV(B) 327.58º 0.84% 0.92% -
XYZ 39.96 21 28.33 -
YUV 108.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 235 37 144 0 0.84 0.39 0.08 327.58 0.83 0.53
Hex EB 25 90 0 54 27 8 148 53 35
Octal 353 45 220 0 124 47 10 510 123 65
Binary 11101011 100101 10010000 0 1010100 100111 1000 101001000 1010011 110101

Color Harmonies of #EB2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2590

Black with #EB2590

Text Example


Text Example

White with #EB2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2590; }

 p { color: rgb(235,37,144); }

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

background-color css

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

 a { background-color: rgb(235,37,144); }

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

border-color css

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

 span { border-color: rgb(235,37,144); }

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