Html Css Color HEX #E686A4 Kobi

📋 copy color: '#E686A4'

red 230 ◦ green 134 ◦ blue 164

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

Shades of Kobi #E686A4

Tints of Kobi #E686A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.06%

R = 43.56%
G = 25.38%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E686A4 (or 0xE686A4) is known color: Kobi. HEX triplet: E6, 86 and A4. RGB value is (230,134,164). Sum of RGB (Red+Green+Blue) = 230+134+164=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E686A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686A4 is #19795B. Grayscale: #A6A6A6. Windows color (decimal): -1669468 or 10782438. OLE color: 10782438.

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

Color convert

RGB 230 134 164 -
CMYK 0 0.42 0.29 0.10
HSL 341.25º 0.66% 0.71% -
HSV(B) 341.25º 0.42% 0.9% -
XYZ 47.86 36.55 39.66 -
YUV 166.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 230 134 164 0 0.42 0.29 0.10 341.25 0.66 0.71
Hex E6 86 A4 0 2A 1D A 155 42 47
Octal 346 206 244 0 52 35 12 525 102 107
Binary 11100110 10000110 10100100 0 101010 11101 1010 101010101 1000010 1000111

Color Harmonies of #E686A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686A4

Black with #E686A4

Text Example


Text Example

White with #E686A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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