Html Css Color HEX #E93280 Deep Cerise

📋 copy color: '#E93280'

red 233 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #E93280

Tints of Deep Cerise #E93280

RGB

 RED value IS 233 (91.41% from 255) = 56.69%

 GREEN value IS 50 (19.92% from 255) = 12.17%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 56.69%
G = 12.17%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E93280 (or 0xE93280) is known color: Deep Cerise. HEX triplet: E9, 32 and 80. RGB value is (233,50,128). Sum of RGB (Red+Green+Blue) = 233+50+128=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E93280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93280 is #16CD7F. Grayscale: #717171. Windows color (decimal): -1494400 or 8401641. OLE color: 8401641.

HSL color Cylindrical-coordinate representation of color #E93280: hue angle of 334.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93280 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 50 128 -
CMYK 0 0.79 0.45 0.09
HSL 334.43º 0.81% 0.55% -
HSV(B) 334.43º 0.79% 0.91% -
XYZ 38.64 21.16 22.47 -
YUV 113.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 233 50 128 0 0.79 0.45 0.09 334.43 0.81 0.55
Hex E9 32 80 0 4F 2D 9 14E 51 37
Octal 351 62 200 0 117 55 11 516 121 67
Binary 11101001 110010 10000000 0 1001111 101101 1001 101001110 1010001 110111

Color Harmonies of #E93280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93280

Black with #E93280

Text Example


Text Example

White with #E93280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93280; }

 p { color: rgb(233,50,128); }

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

background-color css

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

 a { background-color: rgb(233,50,128); }

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

border-color css

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

 span { border-color: rgb(233,50,128); }

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