Html Css Color HEX #E696AD Kobi

📋 copy color: '#E696AD'

red 230 ◦ green 150 ◦ blue 173

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

Shades of Kobi #E696AD

Tints of Kobi #E696AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.12%

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

R = 41.59%
G = 27.12%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E696AD (or 0xE696AD) is known color: Kobi. HEX triplet: E6, 96 and AD. RGB value is (230,150,173). Sum of RGB (Red+Green+Blue) = 230+150+173=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E696AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696AD is #196952. Grayscale: #B0B0B0. Windows color (decimal): -1665363 or 11376358. OLE color: 11376358.

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

Color convert

RGB 230 150 173 -
CMYK 0 0.35 0.25 0.10
HSL 342.75º 0.62% 0.75% -
HSV(B) 342.75º 0.35% 0.9% -
XYZ 51.08 41.65 44.88 -
YUV 176.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 230 150 173 0 0.35 0.25 0.10 342.75 0.62 0.75
Hex E6 96 AD 0 23 19 A 157 3E 4B
Octal 346 226 255 0 43 31 12 527 76 113
Binary 11100110 10010110 10101101 0 100011 11001 1010 101010111 111110 1001011

Color Harmonies of #E696AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696AD

Black with #E696AD

Text Example


Text Example

White with #E696AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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