Html Css Color HEX #E698AB Kobi

📋 copy color: '#E698AB'

red 230 ◦ green 152 ◦ blue 171

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

Shades of Kobi #E698AB

Tints of Kobi #E698AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.49%

 BLUE value IS 171 (67.19% from 255) = 30.92%

R = 41.59%
G = 27.49%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E698AB (or 0xE698AB) is known color: Kobi. HEX triplet: E6, 98 and AB. RGB value is (230,152,171). Sum of RGB (Red+Green+Blue) = 230+152+171=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E698AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698AB is #196754. Grayscale: #B1B1B1. Windows color (decimal): -1664853 or 11245798. OLE color: 11245798.

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

Color convert

RGB 230 152 171 -
CMYK 0 0.34 0.26 0.10
HSL 345.38º 0.61% 0.75% -
HSV(B) 345.38º 0.34% 0.9% -
XYZ 51.21 42.22 43.98 -
YUV 177.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 230 152 171 0 0.34 0.26 0.10 345.38 0.61 0.75
Hex E6 98 AB 0 22 1A A 159 3D 4B
Octal 346 230 253 0 42 32 12 531 75 113
Binary 11100110 10011000 10101011 0 100010 11010 1010 101011001 111101 1001011

Color Harmonies of #E698AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698AB

Black with #E698AB

Text Example


Text Example

White with #E698AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698AB; }

 p { color: rgb(230,152,171); }

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

background-color css

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

 a { background-color: rgb(230,152,171); }

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

border-color css

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

 span { border-color: rgb(230,152,171); }

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