Html Css Color HEX #E296A6 Kobi

📋 copy color: '#E296A6'

red 226 ◦ green 150 ◦ blue 166

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

Shades of Kobi #E296A6

Tints of Kobi #E296A6

RGB

 RED value IS 226 (88.67% from 255) = 41.7%

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

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

R = 41.7%
G = 27.68%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E296A6 (or 0xE296A6) is known color: Kobi. HEX triplet: E2, 96 and A6. RGB value is (226,150,166). Sum of RGB (Red+Green+Blue) = 226+150+166=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E296A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296A6 is #1D6959. Grayscale: #AEAEAE. Windows color (decimal): -1927514 or 10917602. OLE color: 10917602.

HSL color Cylindrical-coordinate representation of color #E296A6: hue angle of 347.37º degrees, saturation: 0.57, 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 #E296A6 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 166 -
CMYK 0 0.34 0.27 0.11
HSL 347.37º 0.57% 0.74% -
HSV(B) 347.37º 0.34% 0.89% -
XYZ 49.15 40.73 41.35 -
YUV 174.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 226 150 166 0 0.34 0.27 0.11 347.37 0.57 0.74
Hex E2 96 A6 0 22 1B B 15B 39 4A
Octal 342 226 246 0 42 33 13 533 71 112
Binary 11100010 10010110 10100110 0 100010 11011 1011 101011011 111001 1001010

Color Harmonies of #E296A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296A6

Black with #E296A6

Text Example


Text Example

White with #E296A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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