Html Css Color HEX #E1268D Deep Cerise

📋 copy color: '#E1268D'

red 225 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #E1268D

Tints of Deep Cerise #E1268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.41%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 55.69%
G = 9.41%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1268D (or 0xE1268D) is known color: Deep Cerise. HEX triplet: E1, 26 and 8D. RGB value is (225,38,141). Sum of RGB (Red+Green+Blue) = 225+38+141=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1268D is #1ED972. Grayscale: #696969. Windows color (decimal): -2021747 or 9250529. OLE color: 9250529.

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

Color convert

RGB 225 38 141 -
CMYK 0 0.83 0.37 0.12
HSL 326.95º 0.76% 0.52% -
HSV(B) 326.95º 0.83% 0.88% -
XYZ 36.55 19.32 27 -
YUV 105.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 225 38 141 0 0.83 0.37 0.12 326.95 0.76 0.52
Hex E1 26 8D 0 53 25 C 147 4C 34
Octal 341 46 215 0 123 45 14 507 114 64
Binary 11100001 100110 10001101 0 1010011 100101 1100 101000111 1001100 110100

Color Harmonies of #E1268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1268D

Black with #E1268D

Text Example


Text Example

White with #E1268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1268D; }

 p { color: rgb(225,38,141); }

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

background-color css

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

 a { background-color: rgb(225,38,141); }

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

border-color css

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

 span { border-color: rgb(225,38,141); }

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