Html Css Color HEX #E686AF Kobi

📋 copy color: '#E686AF'

red 230 ◦ green 134 ◦ blue 175

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

Shades of Kobi #E686AF

Tints of Kobi #E686AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 42.67%
G = 24.86%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E686AF (or 0xE686AF) is known color: Kobi. HEX triplet: E6, 86 and AF. RGB value is (230,134,175). Sum of RGB (Red+Green+Blue) = 230+134+175=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E686AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686AF is #197950. Grayscale: #A7A7A7. Windows color (decimal): -1669457 or 11503334. OLE color: 11503334.

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

Color convert

RGB 230 134 175 -
CMYK 0 0.42 0.24 0.10
HSL 334.38º 0.66% 0.71% -
HSV(B) 334.38º 0.42% 0.9% -
XYZ 48.9 36.97 45.12 -
YUV 167.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 230 134 175 0 0.42 0.24 0.10 334.38 0.66 0.71
Hex E6 86 AF 0 2A 18 A 14E 42 47
Octal 346 206 257 0 52 30 12 516 102 107
Binary 11100110 10000110 10101111 0 101010 11000 1010 101001110 1000010 1000111

Color Harmonies of #E686AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686AF

Black with #E686AF

Text Example


Text Example

White with #E686AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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