Html Css Color HEX #E18DBA Shocking

📋 copy color: '#E18DBA'

red 225 ◦ green 141 ◦ blue 186

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

Shades of Shocking #E18DBA

Tints of Shocking #E18DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.54%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 40.76%
G = 25.54%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E18DBA (or 0xE18DBA) is known color: Shocking. HEX triplet: E1, 8D and BA. RGB value is (225,141,186). Sum of RGB (Red+Green+Blue) = 225+141+186=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DBA is #1E7245. Grayscale: #ABABAB. Windows color (decimal): -1995334 or 12226017. OLE color: 12226017.

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

Color convert

RGB 225 141 186 -
CMYK 0 0.37 0.17 0.12
HSL 327.86º 0.58% 0.72% -
HSV(B) 327.86º 0.37% 0.88% -
XYZ 49.44 38.6 51.3 -
YUV 171.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 225 141 186 0 0.37 0.17 0.12 327.86 0.58 0.72
Hex E1 8D BA 0 25 11 C 148 3A 48
Octal 341 215 272 0 45 21 14 510 72 110
Binary 11100001 10001101 10111010 0 100101 10001 1100 101001000 111010 1001000

Color Harmonies of #E18DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DBA

Black with #E18DBA

Text Example


Text Example

White with #E18DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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