Html Css Color HEX #E18CC1 Shocking

📋 copy color: '#E18CC1'

red 225 ◦ green 140 ◦ blue 193

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

Shades of Shocking #E18CC1

Tints of Shocking #E18CC1

RGB

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

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

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

R = 40.32%
G = 25.09%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E18CC1 (or 0xE18CC1) is known color: Shocking. HEX triplet: E1, 8C and C1. RGB value is (225,140,193). Sum of RGB (Red+Green+Blue) = 225+140+193=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CC1 is #1E733E. Grayscale: #ABABAB. Windows color (decimal): -1995583 or 12684513. OLE color: 12684513.

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

Color convert

RGB 225 140 193 -
CMYK 0 0.38 0.14 0.12
HSL 322.59º 0.59% 0.72% -
HSV(B) 322.59º 0.38% 0.88% -
XYZ 50.06 38.61 55.27 -
YUV 171.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 225 140 193 0 0.38 0.14 0.12 322.59 0.59 0.72
Hex E1 8C C1 0 26 E C 143 3B 48
Octal 341 214 301 0 46 16 14 503 73 110
Binary 11100001 10001100 11000001 0 100110 1110 1100 101000011 111011 1001000

Color Harmonies of #E18CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CC1

Black with #E18CC1

Text Example


Text Example

White with #E18CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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