Html Css Color HEX #E11B8D Deep Cerise

📋 copy color: '#E11B8D'

red 225 ◦ green 27 ◦ blue 141

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

Shades of Deep Cerise #E11B8D

Tints of Deep Cerise #E11B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

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

R = 57.25%
G = 6.87%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E11B8D (or 0xE11B8D) is known color: Deep Cerise. HEX triplet: E1, 1B and 8D. RGB value is (225,27,141). Sum of RGB (Red+Green+Blue) = 225+27+141=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B8D is #1EE472. Grayscale: #626262. Windows color (decimal): -2024563 or 9247713. OLE color: 9247713.

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

Color convert

RGB 225 27 141 -
CMYK 0 0.88 0.37 0.12
HSL 325.45º 0.79% 0.49% -
HSV(B) 325.45º 0.88% 0.88% -
XYZ 36.25 18.71 26.9 -
YUV 99.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 225 27 141 0 0.88 0.37 0.12 325.45 0.79 0.49
Hex E1 1B 8D 0 58 25 C 145 4F 31
Octal 341 33 215 0 130 45 14 505 117 61
Binary 11100001 11011 10001101 0 1011000 100101 1100 101000101 1001111 110001

Color Harmonies of #E11B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11B8D

Black with #E11B8D

Text Example


Text Example

White with #E11B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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