Html Css Color HEX #E686AA Kobi

📋 copy color: '#E686AA'

red 230 ◦ green 134 ◦ blue 170

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

Shades of Kobi #E686AA

Tints of Kobi #E686AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.09%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 43.07%
G = 25.09%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E686AA (or 0xE686AA) is known color: Kobi. HEX triplet: E6, 86 and AA. RGB value is (230,134,170). Sum of RGB (Red+Green+Blue) = 230+134+170=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E686AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686AA is #197955. Grayscale: #A6A6A6. Windows color (decimal): -1669462 or 11175654. OLE color: 11175654.

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

Color convert

RGB 230 134 170 -
CMYK 0 0.42 0.26 0.10
HSL 337.5º 0.66% 0.71% -
HSV(B) 337.5º 0.42% 0.9% -
XYZ 48.41 36.78 42.58 -
YUV 166.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 230 134 170 0 0.42 0.26 0.10 337.5 0.66 0.71
Hex E6 86 AA 0 2A 1A A 152 42 47
Octal 346 206 252 0 52 32 12 522 102 107
Binary 11100110 10000110 10101010 0 101010 11010 1010 101010010 1000010 1000111

Color Harmonies of #E686AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686AA

Black with #E686AA

Text Example


Text Example

White with #E686AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686AA; }

 p { color: rgb(230,134,170); }

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

background-color css

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

 a { background-color: rgb(230,134,170); }

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

border-color css

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

 span { border-color: rgb(230,134,170); }

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