Html Css Color HEX #E93480 Deep Cerise

📋 copy color: '#E93480'

red 233 ◦ green 52 ◦ blue 128

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

Shades of Deep Cerise #E93480

Tints of Deep Cerise #E93480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

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

R = 56.42%
G = 12.59%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E93480 (or 0xE93480) is known color: Deep Cerise. HEX triplet: E9, 34 and 80. RGB value is (233,52,128). Sum of RGB (Red+Green+Blue) = 233+52+128=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E93480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93480 is #16CB7F. Grayscale: #727272. Windows color (decimal): -1493888 or 8402153. OLE color: 8402153.

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

Color convert

RGB 233 52 128 -
CMYK 0 0.78 0.45 0.09
HSL 334.81º 0.8% 0.56% -
HSV(B) 334.81º 0.78% 0.91% -
XYZ 38.73 21.34 22.5 -
YUV 114.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 233 52 128 0 0.78 0.45 0.09 334.81 0.8 0.56
Hex E9 34 80 0 4E 2D 9 14F 50 38
Octal 351 64 200 0 116 55 11 517 120 70
Binary 11101001 110100 10000000 0 1001110 101101 1001 101001111 1010000 111000

Color Harmonies of #E93480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93480

Black with #E93480

Text Example


Text Example

White with #E93480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93480; }

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

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

background-color css

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

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

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

border-color css

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

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

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