Html Css Color HEX #E0307D Deep Cerise

📋 copy color: '#E0307D'

red 224 ◦ green 48 ◦ blue 125

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

Shades of Deep Cerise #E0307D

Tints of Deep Cerise #E0307D

RGB

 RED value IS 224 (87.89% from 255) = 56.42%

 GREEN value IS 48 (19.14% from 255) = 12.09%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 56.42%
G = 12.09%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0307D (or 0xE0307D) is known color: Deep Cerise. HEX triplet: E0, 30 and 7D. RGB value is (224,48,125). Sum of RGB (Red+Green+Blue) = 224+48+125=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0307D is #1FCF82. Grayscale: #6D6D6D. Windows color (decimal): -2084739 or 8204512. OLE color: 8204512.

HSL color Cylindrical-coordinate representation of color #E0307D: hue angle of 333.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0307D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 48 125 -
CMYK 0 0.79 0.44 0.12
HSL 333.75º 0.74% 0.53% -
HSV(B) 333.75º 0.79% 0.88% -
XYZ 35.5 19.44 21.28 -
YUV 109.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 224 48 125 0 0.79 0.44 0.12 333.75 0.74 0.53
Hex E0 30 7D 0 4F 2C C 14E 4A 35
Octal 340 60 175 0 117 54 14 516 112 65
Binary 11100000 110000 1111101 0 1001111 101100 1100 101001110 1001010 110101

Color Harmonies of #E0307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0307D

Black with #E0307D

Text Example


Text Example

White with #E0307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0307D; }

 p { color: rgb(224,48,125); }

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

background-color css

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

 a { background-color: rgb(224,48,125); }

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

border-color css

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

 span { border-color: rgb(224,48,125); }

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