Html Css Color HEX #E18CC9 Shocking

📋 copy color: '#E18CC9'

red 225 ◦ green 140 ◦ blue 201

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

Shades of Shocking #E18CC9

Tints of Shocking #E18CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 39.75%
G = 24.73%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E18CC9 (or 0xE18CC9) is known color: Shocking. HEX triplet: E1, 8C and C9. RGB value is (225,140,201). Sum of RGB (Red+Green+Blue) = 225+140+201=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CC9 is #1E7336. Grayscale: #ACACAC. Windows color (decimal): -1995575 or 13208801. OLE color: 13208801.

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

Color convert

RGB 225 140 201 -
CMYK 0 0.38 0.11 0.12
HSL 316.94º 0.59% 0.72% -
HSV(B) 316.94º 0.38% 0.88% -
XYZ 50.97 38.98 60.1 -
YUV 172.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 225 140 201 0 0.38 0.11 0.12 316.94 0.59 0.72
Hex E1 8C C9 0 26 B C 13D 3B 48
Octal 341 214 311 0 46 13 14 475 73 110
Binary 11100001 10001100 11001001 0 100110 1011 1100 100111101 111011 1001000

Color Harmonies of #E18CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CC9

Black with #E18CC9

Text Example


Text Example

White with #E18CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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