Html Css Color HEX #E1287D Deep Cerise

📋 copy color: '#E1287D'

red 225 ◦ green 40 ◦ blue 125

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

Shades of Deep Cerise #E1287D

Tints of Deep Cerise #E1287D

RGB

 RED value IS 225 (88.28% from 255) = 57.69%

 GREEN value IS 40 (16.02% from 255) = 10.26%

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

R = 57.69%
G = 10.26%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1287D (or 0xE1287D) is known color: Deep Cerise. HEX triplet: E1, 28 and 7D. RGB value is (225,40,125). Sum of RGB (Red+Green+Blue) = 225+40+125=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1287D is #1ED782. Grayscale: #686868. Windows color (decimal): -2021251 or 8202465. OLE color: 8202465.

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

Color convert

RGB 225 40 125 -
CMYK 0 0.82 0.44 0.12
HSL 332.43º 0.76% 0.52% -
HSV(B) 332.43º 0.82% 0.88% -
XYZ 35.51 19.01 21.2 -
YUV 105.01 139.29 213.59 -
System Red Green Blue C M Y K H S L
Decimal 225 40 125 0 0.82 0.44 0.12 332.43 0.76 0.52
Hex E1 28 7D 0 52 2C C 14C 4C 34
Octal 341 50 175 0 122 54 14 514 114 64
Binary 11100001 101000 1111101 0 1010010 101100 1100 101001100 1001100 110100

Color Harmonies of #E1287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1287D

Black with #E1287D

Text Example


Text Example

White with #E1287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1287D; }

 p { color: rgb(225,40,125); }

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

background-color css

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

 a { background-color: rgb(225,40,125); }

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

border-color css

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

 span { border-color: rgb(225,40,125); }

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