Html Css Color HEX #E6ABC6 Shocking

📋 copy color: '#E6ABC6'

red 230 ◦ green 171 ◦ blue 198

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

Shades of Shocking #E6ABC6

Tints of Shocking #E6ABC6

RGB

 RED value IS 230 (90.23% from 255) = 38.4%

 GREEN value IS 171 (67.19% from 255) = 28.55%

 BLUE value IS 198 (77.73% from 255) = 33.06%

R = 38.4%
G = 28.55%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E6ABC6 (or 0xE6ABC6) is known color: Shocking. HEX triplet: E6, AB and C6. RGB value is (230,171,198). Sum of RGB (Red+Green+Blue) = 230+171+198=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABC6 is #195439. Grayscale: #BFBFBF. Windows color (decimal): -1659962 or 13020134. OLE color: 13020134.

HSL color Cylindrical-coordinate representation of color #E6ABC6: hue angle of 332.54º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABC6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 171 198 -
CMYK 0 0.26 0.14 0.10
HSL 332.54º 0.54% 0.79% -
HSV(B) 332.54º 0.26% 0.9% -
XYZ 57.39 50.03 60.06 -
YUV 191.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 230 171 198 0 0.26 0.14 0.10 332.54 0.54 0.79
Hex E6 AB C6 0 1A E A 14D 36 4F
Octal 346 253 306 0 32 16 12 515 66 117
Binary 11100110 10101011 11000110 0 11010 1110 1010 101001101 110110 1001111

Color Harmonies of #E6ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABC6

Black with #E6ABC6

Text Example


Text Example

White with #E6ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABC6; }

 p { color: rgb(230,171,198); }

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

background-color css

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

 a { background-color: rgb(230,171,198); }

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

border-color css

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

 span { border-color: rgb(230,171,198); }

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