Html Css Color HEX #EB2A90 Deep Cerise

📋 copy color: '#EB2A90'

red 235 ◦ green 42 ◦ blue 144

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

Shades of Deep Cerise #EB2A90

Tints of Deep Cerise #EB2A90

RGB

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

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

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

R = 55.82%
G = 9.98%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB2A90 (or 0xEB2A90) is known color: Deep Cerise. HEX triplet: EB, 2A and 90. RGB value is (235,42,144). Sum of RGB (Red+Green+Blue) = 235+42+144=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2A90 is #14D56F. Grayscale: #6F6F6F. Windows color (decimal): -1365360 or 9448171. OLE color: 9448171.

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

Color convert

RGB 235 42 144 -
CMYK 0 0.82 0.39 0.08
HSL 328.29º 0.83% 0.54% -
HSV(B) 328.29º 0.82% 0.92% -
XYZ 40.12 21.33 28.39 -
YUV 111.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 235 42 144 0 0.82 0.39 0.08 328.29 0.83 0.54
Hex EB 2A 90 0 52 27 8 148 53 36
Octal 353 52 220 0 122 47 10 510 123 66
Binary 11101011 101010 10010000 0 1010010 100111 1000 101001000 1010011 110110

Color Harmonies of #EB2A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A90

Black with #EB2A90

Text Example


Text Example

White with #EB2A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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