Html Css Color HEX #E1268B Deep Cerise

📋 copy color: '#E1268B'

red 225 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #E1268B

Tints of Deep Cerise #E1268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 55.97%
G = 9.45%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1268B (or 0xE1268B) is known color: Deep Cerise. HEX triplet: E1, 26 and 8B. RGB value is (225,38,139). Sum of RGB (Red+Green+Blue) = 225+38+139=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1268B is #1ED974. Grayscale: #696969. Windows color (decimal): -2021749 or 9119457. OLE color: 9119457.

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

Color convert

RGB 225 38 139 -
CMYK 0 0.83 0.38 0.12
HSL 327.59º 0.76% 0.52% -
HSV(B) 327.59º 0.83% 0.88% -
XYZ 36.4 19.26 26.22 -
YUV 105.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 225 38 139 0 0.83 0.38 0.12 327.59 0.76 0.52
Hex E1 26 8B 0 53 26 C 148 4C 34
Octal 341 46 213 0 123 46 14 510 114 64
Binary 11100001 100110 10001011 0 1010011 100110 1100 101001000 1001100 110100

Color Harmonies of #E1268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1268B

Black with #E1268B

Text Example


Text Example

White with #E1268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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