Html Css Color HEX #EB2C90 Deep Cerise

📋 copy color: '#EB2C90'

red 235 ◦ green 44 ◦ blue 144

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

Shades of Deep Cerise #EB2C90

Tints of Deep Cerise #EB2C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.4%

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

R = 55.56%
G = 10.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB2C90 (or 0xEB2C90) is known color: Deep Cerise. HEX triplet: EB, 2C and 90. RGB value is (235,44,144). Sum of RGB (Red+Green+Blue) = 235+44+144=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2C90 is #14D36F. Grayscale: #707070. Windows color (decimal): -1364848 or 9448683. OLE color: 9448683.

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

Color convert

RGB 235 44 144 -
CMYK 0 0.81 0.39 0.08
HSL 328.59º 0.83% 0.55% -
HSV(B) 328.59º 0.81% 0.92% -
XYZ 40.2 21.48 28.41 -
YUV 112.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 235 44 144 0 0.81 0.39 0.08 328.59 0.83 0.55
Hex EB 2C 90 0 51 27 8 149 53 37
Octal 353 54 220 0 121 47 10 511 123 67
Binary 11101011 101100 10010000 0 1010001 100111 1000 101001001 1010011 110111

Color Harmonies of #EB2C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C90

Black with #EB2C90

Text Example


Text Example

White with #EB2C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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