Html Css Color HEX #E18CBD Shocking

📋 copy color: '#E18CBD'

red 225 ◦ green 140 ◦ blue 189

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

Shades of Shocking #E18CBD

Tints of Shocking #E18CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.27%

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 40.61%
G = 25.27%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E18CBD (or 0xE18CBD) is known color: Shocking. HEX triplet: E1, 8C and BD. RGB value is (225,140,189). Sum of RGB (Red+Green+Blue) = 225+140+189=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CBD is #1E7342. Grayscale: #AAAAAA. Windows color (decimal): -1995587 or 12422369. OLE color: 12422369.

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

Color convert

RGB 225 140 189 -
CMYK 0 0.38 0.16 0.12
HSL 325.41º 0.59% 0.72% -
HSV(B) 325.41º 0.38% 0.88% -
XYZ 49.61 38.44 52.95 -
YUV 171 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 225 140 189 0 0.38 0.16 0.12 325.41 0.59 0.72
Hex E1 8C BD 0 26 10 C 145 3B 48
Octal 341 214 275 0 46 20 14 505 73 110
Binary 11100001 10001100 10111101 0 100110 10000 1100 101000101 111011 1001000

Color Harmonies of #E18CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CBD

Black with #E18CBD

Text Example


Text Example

White with #E18CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CBD; }

 p { color: rgb(225,140,189); }

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

background-color css

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

 a { background-color: rgb(225,140,189); }

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

border-color css

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

 span { border-color: rgb(225,140,189); }

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