Html Css Color HEX #E697AD Kobi

📋 copy color: '#E697AD'

red 230 ◦ green 151 ◦ blue 173

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

Shades of Kobi #E697AD

Tints of Kobi #E697AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.26%

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

R = 41.52%
G = 27.26%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E697AD (or 0xE697AD) is known color: Kobi. HEX triplet: E6, 97 and AD. RGB value is (230,151,173). Sum of RGB (Red+Green+Blue) = 230+151+173=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E697AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697AD is #196852. Grayscale: #B1B1B1. Windows color (decimal): -1665107 or 11376614. OLE color: 11376614.

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

Color convert

RGB 230 151 173 -
CMYK 0 0.34 0.25 0.10
HSL 343.29º 0.61% 0.75% -
HSV(B) 343.29º 0.34% 0.9% -
XYZ 51.24 41.97 44.94 -
YUV 177.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 230 151 173 0 0.34 0.25 0.10 343.29 0.61 0.75
Hex E6 97 AD 0 22 19 A 157 3D 4B
Octal 346 227 255 0 42 31 12 527 75 113
Binary 11100110 10010111 10101101 0 100010 11001 1010 101010111 111101 1001011

Color Harmonies of #E697AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697AD

Black with #E697AD

Text Example


Text Example

White with #E697AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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