Html Css Color HEX #E1298B Deep Cerise

📋 copy color: '#E1298B'

red 225 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #E1298B

Tints of Deep Cerise #E1298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

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

R = 55.56%
G = 10.12%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1298B (or 0xE1298B) is known color: Deep Cerise. HEX triplet: E1, 29 and 8B. RGB value is (225,41,139). Sum of RGB (Red+Green+Blue) = 225+41+139=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1298B is #1ED674. Grayscale: #6A6A6A. Windows color (decimal): -2020981 or 9120225. OLE color: 9120225.

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

Color convert

RGB 225 41 139 -
CMYK 0 0.82 0.38 0.12
HSL 328.04º 0.75% 0.52% -
HSV(B) 328.04º 0.82% 0.88% -
XYZ 36.5 19.46 26.26 -
YUV 107.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 225 41 139 0 0.82 0.38 0.12 328.04 0.75 0.52
Hex E1 29 8B 0 52 26 C 148 4B 34
Octal 341 51 213 0 122 46 14 510 113 64
Binary 11100001 101001 10001011 0 1010010 100110 1100 101001000 1001011 110100

Color Harmonies of #E1298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1298B

Black with #E1298B

Text Example


Text Example

White with #E1298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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