Html Css Color HEX #E697AA Kobi

📋 copy color: '#E697AA'

red 230 ◦ green 151 ◦ blue 170

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

Shades of Kobi #E697AA

Tints of Kobi #E697AA

RGB

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

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

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

R = 41.74%
G = 27.4%
B = 30.85%

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

#E697AA (or 0xE697AA) is known color: Kobi. HEX triplet: E6, 97 and AA. RGB value is (230,151,170). Sum of RGB (Red+Green+Blue) = 230+151+170=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E697AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697AA is #196855. Grayscale: #B0B0B0. Windows color (decimal): -1665110 or 11180006. OLE color: 11180006.

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

Color convert

RGB 230 151 170 -
CMYK 0 0.34 0.26 0.10
HSL 345.57º 0.61% 0.75% -
HSV(B) 345.57º 0.34% 0.9% -
XYZ 50.96 41.86 43.42 -
YUV 176.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 230 151 170 0 0.34 0.26 0.10 345.57 0.61 0.75
Hex E6 97 AA 0 22 1A A 15A 3D 4B
Octal 346 227 252 0 42 32 12 532 75 113
Binary 11100110 10010111 10101010 0 100010 11010 1010 101011010 111101 1001011

Color Harmonies of #E697AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697AA

Black with #E697AA

Text Example


Text Example

White with #E697AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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