Html Css Color HEX #E0257D Deep Cerise

📋 copy color: '#E0257D'

red 224 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #E0257D

Tints of Deep Cerise #E0257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

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

R = 58.03%
G = 9.59%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0257D (or 0xE0257D) is known color: Deep Cerise. HEX triplet: E0, 25 and 7D. RGB value is (224,37,125). Sum of RGB (Red+Green+Blue) = 224+37+125=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0257D is #1FDA82. Grayscale: #666666. Windows color (decimal): -2087555 or 8201696. OLE color: 8201696.

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

Color convert

RGB 224 37 125 -
CMYK 0 0.83 0.44 0.12
HSL 331.76º 0.75% 0.51% -
HSV(B) 331.76º 0.83% 0.88% -
XYZ 35.1 18.65 21.15 -
YUV 102.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 224 37 125 0 0.83 0.44 0.12 331.76 0.75 0.51
Hex E0 25 7D 0 53 2C C 14C 4B 33
Octal 340 45 175 0 123 54 14 514 113 63
Binary 11100000 100101 1111101 0 1010011 101100 1100 101001100 1001011 110011

Color Harmonies of #E0257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0257D

Black with #E0257D

Text Example


Text Example

White with #E0257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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