Html Css Color HEX #E699AA Kobi

📋 copy color: '#E699AA'

red 230 ◦ green 153 ◦ blue 170

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

Shades of Kobi #E699AA

Tints of Kobi #E699AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.67%

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

R = 41.59%
G = 27.67%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E699AA (or 0xE699AA) is known color: Kobi. HEX triplet: E6, 99 and AA. RGB value is (230,153,170). Sum of RGB (Red+Green+Blue) = 230+153+170=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E699AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699AA is #196655. Grayscale: #B1B1B1. Windows color (decimal): -1664598 or 11180518. OLE color: 11180518.

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

Color convert

RGB 230 153 170 -
CMYK 0 0.33 0.26 0.10
HSL 346.75º 0.61% 0.75% -
HSV(B) 346.75º 0.33% 0.9% -
XYZ 51.28 42.51 43.53 -
YUV 177.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 230 153 170 0 0.33 0.26 0.10 346.75 0.61 0.75
Hex E6 99 AA 0 21 1A A 15B 3D 4B
Octal 346 231 252 0 41 32 12 533 75 113
Binary 11100110 10011001 10101010 0 100001 11010 1010 101011011 111101 1001011

Color Harmonies of #E699AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699AA

Black with #E699AA

Text Example


Text Example

White with #E699AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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