Html Css Color HEX #E6AFAB Shilo

📋 copy color: '#E6AFAB'

red 230 ◦ green 175 ◦ blue 171

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

Shades of Shilo #E6AFAB

Tints of Shilo #E6AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 171 (67.19% from 255) = 29.69%

R = 39.93%
G = 30.38%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6AFAB (or 0xE6AFAB) is known color: Shilo. HEX triplet: E6, AF and AB. RGB value is (230,175,171). Sum of RGB (Red+Green+Blue) = 230+175+171=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFAB is #195054. Grayscale: #BFBFBF. Windows color (decimal): -1658965 or 11251686. OLE color: 11251686.

HSL color Cylindrical-coordinate representation of color #E6AFAB: hue angle of 4.07º 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 #E6AFAB is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 171 -
CMYK 0 0.24 0.26 0.10
HSL 4.07º 0.54% 0.79% -
HSV(B) 4.07º 0.26% 0.9% -
XYZ 55.31 50.42 45.35 -
YUV 190.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 230 175 171 0 0.24 0.26 0.10 4.07 0.54 0.79
Hex E6 AF AB 0 18 1A A 4 36 4F
Octal 346 257 253 0 30 32 12 4 66 117
Binary 11100110 10101111 10101011 0 11000 11010 1010 100 110110 1001111

Color Harmonies of #E6AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFAB

Black with #E6AFAB

Text Example


Text Example

White with #E6AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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