Html Css Color HEX #E08DC1 Shocking

📋 copy color: '#E08DC1'

red 224 ◦ green 141 ◦ blue 193

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

Shades of Shocking #E08DC1

Tints of Shocking #E08DC1

RGB

 RED value IS 224 (87.89% from 255) = 40.14%

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

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 40.14%
G = 25.27%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E08DC1 (or 0xE08DC1) is known color: Shocking. HEX triplet: E0, 8D and C1. RGB value is (224,141,193). Sum of RGB (Red+Green+Blue) = 224+141+193=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DC1 is #1F723E. Grayscale: #ABABAB. Windows color (decimal): -2060863 or 12684768. OLE color: 12684768.

HSL color Cylindrical-coordinate representation of color #E08DC1: hue angle of 322.41º degrees, saturation: 0.57, 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 #E08DC1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 193 -
CMYK 0 0.37 0.14 0.12
HSL 322.41º 0.57% 0.72% -
HSV(B) 322.41º 0.37% 0.88% -
XYZ 49.89 38.75 55.3 -
YUV 171.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 224 141 193 0 0.37 0.14 0.12 322.41 0.57 0.72
Hex E0 8D C1 0 25 E C 142 39 48
Octal 340 215 301 0 45 16 14 502 71 110
Binary 11100000 10001101 11000001 0 100101 1110 1100 101000010 111001 1001000

Color Harmonies of #E08DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DC1

Black with #E08DC1

Text Example


Text Example

White with #E08DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DC1; }

 p { color: rgb(224,141,193); }

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

background-color css

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

 a { background-color: rgb(224,141,193); }

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

border-color css

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

 span { border-color: rgb(224,141,193); }

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