Html Css Color HEX #E686AD Kobi

📋 copy color: '#E686AD'

red 230 ◦ green 134 ◦ blue 173

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

Shades of Kobi #E686AD

Tints of Kobi #E686AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 42.83%
G = 24.95%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E686AD (or 0xE686AD) is known color: Kobi. HEX triplet: E6, 86 and AD. RGB value is (230,134,173). Sum of RGB (Red+Green+Blue) = 230+134+173=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E686AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686AD is #197952. Grayscale: #A7A7A7. Windows color (decimal): -1669459 or 11372262. OLE color: 11372262.

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

Color convert

RGB 230 134 173 -
CMYK 0 0.42 0.25 0.10
HSL 335.63º 0.66% 0.71% -
HSV(B) 335.63º 0.42% 0.9% -
XYZ 48.7 36.89 44.09 -
YUV 167.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 230 134 173 0 0.42 0.25 0.10 335.63 0.66 0.71
Hex E6 86 AD 0 2A 19 A 150 42 47
Octal 346 206 255 0 52 31 12 520 102 107
Binary 11100110 10000110 10101101 0 101010 11001 1010 101010000 1000010 1000111

Color Harmonies of #E686AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686AD

Black with #E686AD

Text Example


Text Example

White with #E686AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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