Html Css Color HEX #E296B0 Kobi

📋 copy color: '#E296B0'

red 226 ◦ green 150 ◦ blue 176

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

Shades of Kobi #E296B0

Tints of Kobi #E296B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 40.94%
G = 27.17%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E296B0 (or 0xE296B0) is known color: Kobi. HEX triplet: E2, 96 and B0. RGB value is (226,150,176). Sum of RGB (Red+Green+Blue) = 226+150+176=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E296B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E296B0 is #1D694F. Grayscale: #AFAFAF. Windows color (decimal): -1927504 or 11572962. OLE color: 11572962.

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

Color convert

RGB 226 150 176 -
CMYK 0 0.34 0.22 0.11
HSL 339.47º 0.57% 0.74% -
HSV(B) 339.47º 0.34% 0.89% -
XYZ 50.11 41.12 46.37 -
YUV 175.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 226 150 176 0 0.34 0.22 0.11 339.47 0.57 0.74
Hex E2 96 B0 0 22 16 B 153 39 4A
Octal 342 226 260 0 42 26 13 523 71 112
Binary 11100010 10010110 10110000 0 100010 10110 1011 101010011 111001 1001010

Color Harmonies of #E296B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E296B0

Black with #E296B0

Text Example


Text Example

White with #E296B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E296B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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