Html Css Color HEX #E496AA Kobi

📋 copy color: '#E496AA'

red 228 ◦ green 150 ◦ blue 170

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

Shades of Kobi #E496AA

Tints of Kobi #E496AA

RGB

 RED value IS 228 (89.45% from 255) = 41.61%

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

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

R = 41.61%
G = 27.37%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E496AA (or 0xE496AA) is known color: Kobi. HEX triplet: E4, 96 and AA. RGB value is (228,150,170). Sum of RGB (Red+Green+Blue) = 228+150+170=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E496AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496AA is #1B6955. Grayscale: #AFAFAF. Windows color (decimal): -1796438 or 11179748. OLE color: 11179748.

HSL color Cylindrical-coordinate representation of color #E496AA: hue angle of 344.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496AA is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 150 170 -
CMYK 0 0.34 0.25 0.11
HSL 344.62º 0.59% 0.74% -
HSV(B) 344.62º 0.34% 0.89% -
XYZ 50.16 41.21 43.34 -
YUV 175.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 228 150 170 0 0.34 0.25 0.11 344.62 0.59 0.74
Hex E4 96 AA 0 22 19 B 159 3B 4A
Octal 344 226 252 0 42 31 13 531 73 112
Binary 11100100 10010110 10101010 0 100010 11001 1011 101011001 111011 1001010

Color Harmonies of #E496AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E496AA

Black with #E496AA

Text Example


Text Example

White with #E496AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E496AA; }

 p { color: rgb(228,150,170); }

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

background-color css

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

 a { background-color: rgb(228,150,170); }

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

border-color css

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

 span { border-color: rgb(228,150,170); }

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