Html Css Color HEX #E596A6 Kobi

📋 copy color: '#E596A6'

red 229 ◦ green 150 ◦ blue 166

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

Shades of Kobi #E596A6

Tints of Kobi #E596A6

RGB

 RED value IS 229 (89.84% from 255) = 42.02%

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 42.02%
G = 27.52%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E596A6 (or 0xE596A6) is known color: Kobi. HEX triplet: E5, 96 and A6. RGB value is (229,150,166). Sum of RGB (Red+Green+Blue) = 229+150+166=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A6 is #1A6959. Grayscale: #AFAFAF. Windows color (decimal): -1730906 or 10917605. OLE color: 10917605.

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

Color convert

RGB 229 150 166 -
CMYK 0 0.34 0.28 0.10
HSL 347.85º 0.6% 0.74% -
HSV(B) 347.85º 0.34% 0.9% -
XYZ 50.1 41.22 41.39 -
YUV 175.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 229 150 166 0 0.34 0.28 0.10 347.85 0.6 0.74
Hex E5 96 A6 0 22 1C A 15C 3C 4A
Octal 345 226 246 0 42 34 12 534 74 112
Binary 11100101 10010110 10100110 0 100010 11100 1010 101011100 111100 1001010

Color Harmonies of #E596A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596A6

Black with #E596A6

Text Example


Text Example

White with #E596A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596A6; }

 p { color: rgb(229,150,166); }

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

background-color css

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

 a { background-color: rgb(229,150,166); }

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

border-color css

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

 span { border-color: rgb(229,150,166); }

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