Html Css Color HEX #E696AB Kobi

📋 copy color: '#E696AB'

red 230 ◦ green 150 ◦ blue 171

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

Shades of Kobi #E696AB

Tints of Kobi #E696AB

RGB

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

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

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

R = 41.74%
G = 27.22%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E696AB (or 0xE696AB) is known color: Kobi. HEX triplet: E6, 96 and AB. RGB value is (230,150,171). Sum of RGB (Red+Green+Blue) = 230+150+171=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E696AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696AB is #196954. Grayscale: #B0B0B0. Windows color (decimal): -1665365 or 11245286. OLE color: 11245286.

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

Color convert

RGB 230 150 171 -
CMYK 0 0.35 0.26 0.10
HSL 344.25º 0.62% 0.75% -
HSV(B) 344.25º 0.35% 0.9% -
XYZ 50.89 41.58 43.87 -
YUV 176.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 230 150 171 0 0.35 0.26 0.10 344.25 0.62 0.75
Hex E6 96 AB 0 23 1A A 158 3E 4B
Octal 346 226 253 0 43 32 12 530 76 113
Binary 11100110 10010110 10101011 0 100011 11010 1010 101011000 111110 1001011

Color Harmonies of #E696AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696AB

Black with #E696AB

Text Example


Text Example

White with #E696AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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