Html Css Color HEX #E1268F Deep Cerise

📋 copy color: '#E1268F'

red 225 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #E1268F

Tints of Deep Cerise #E1268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 55.42%
G = 9.36%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1268F (or 0xE1268F) is known color: Deep Cerise. HEX triplet: E1, 26 and 8F. RGB value is (225,38,143). Sum of RGB (Red+Green+Blue) = 225+38+143=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1268F is #1ED970. Grayscale: #696969. Windows color (decimal): -2021745 or 9381601. OLE color: 9381601.

HSL color Cylindrical-coordinate representation of color #E1268F: hue angle of 326.31º 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 #E1268F is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 143 -
CMYK 0 0.83 0.36 0.12
HSL 326.31º 0.76% 0.52% -
HSV(B) 326.31º 0.83% 0.88% -
XYZ 36.7 19.38 27.79 -
YUV 105.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 225 38 143 0 0.83 0.36 0.12 326.31 0.76 0.52
Hex E1 26 8F 0 53 24 C 146 4C 34
Octal 341 46 217 0 123 44 14 506 114 64
Binary 11100001 100110 10001111 0 1010011 100100 1100 101000110 1001100 110100

Color Harmonies of #E1268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1268F

Black with #E1268F

Text Example


Text Example

White with #E1268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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