Html Css Color HEX #E686AE Kobi

📋 copy color: '#E686AE'

red 230 ◦ green 134 ◦ blue 174

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

Shades of Kobi #E686AE

Tints of Kobi #E686AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.34%

R = 42.75%
G = 24.91%
B = 32.34%

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

#E686AE (or 0xE686AE) is known color: Kobi. HEX triplet: E6, 86 and AE. RGB value is (230,134,174). Sum of RGB (Red+Green+Blue) = 230+134+174=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E686AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686AE is #197951. Grayscale: #A7A7A7. Windows color (decimal): -1669458 or 11437798. OLE color: 11437798.

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

Color convert

RGB 230 134 174 -
CMYK 0 0.42 0.24 0.10
HSL 335º 0.66% 0.71% -
HSV(B) 335º 0.42% 0.9% -
XYZ 48.8 36.93 44.6 -
YUV 167.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 230 134 174 0 0.42 0.24 0.10 335 0.66 0.71
Hex E6 86 AE 0 2A 18 A 14F 42 47
Octal 346 206 256 0 52 30 12 517 102 107
Binary 11100110 10000110 10101110 0 101010 11000 1010 101001111 1000010 1000111

Color Harmonies of #E686AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686AE

Black with #E686AE

Text Example


Text Example

White with #E686AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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