Html Css Color HEX #E6A5BB Shocking

📋 copy color: '#E6A5BB'

red 230 ◦ green 165 ◦ blue 187

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

Shades of Shocking #E6A5BB

Tints of Shocking #E6A5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.35%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 39.52%
G = 28.35%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6A5BB (or 0xE6A5BB) is known color: Shocking. HEX triplet: E6, A5 and BB. RGB value is (230,165,187). Sum of RGB (Red+Green+Blue) = 230+165+187=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A5BB is #195A44. Grayscale: #BABABA. Windows color (decimal): -1661509 or 12297702. OLE color: 12297702.

HSL color Cylindrical-coordinate representation of color #E6A5BB: hue angle of 339.69º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6A5BB is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 187 -
CMYK 0 0.28 0.19 0.10
HSL 339.69º 0.57% 0.77% -
HSV(B) 339.69º 0.28% 0.9% -
XYZ 55.06 47.32 53.25 -
YUV 186.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 230 165 187 0 0.28 0.19 0.10 339.69 0.57 0.77
Hex E6 A5 BB 0 1C 13 A 154 39 4D
Octal 346 245 273 0 34 23 12 524 71 115
Binary 11100110 10100101 10111011 0 11100 10011 1010 101010100 111001 1001101

Color Harmonies of #E6A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A5BB

Black with #E6A5BB

Text Example


Text Example

White with #E6A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A5BB; }

 p { color: rgb(230,165,187); }

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

background-color css

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

 a { background-color: rgb(230,165,187); }

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

border-color css

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

 span { border-color: rgb(230,165,187); }

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