Html Css Color HEX #E096B3 Kobi

📋 copy color: '#E096B3'

red 224 ◦ green 150 ◦ blue 179

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

Shades of Kobi #E096B3

Tints of Kobi #E096B3

RGB

 RED value IS 224 (87.89% from 255) = 40.51%

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

 BLUE value IS 179 (70.31% from 255) = 32.37%

R = 40.51%
G = 27.12%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E096B3 (or 0xE096B3) is known color: Kobi. HEX triplet: E0, 96 and B3. RGB value is (224,150,179). Sum of RGB (Red+Green+Blue) = 224+150+179=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E096B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096B3 is #1F694C. Grayscale: #AFAFAF. Windows color (decimal): -2058573 or 11769568. OLE color: 11769568.

HSL color Cylindrical-coordinate representation of color #E096B3: hue angle of 336.49º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096B3 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 179 -
CMYK 0 0.33 0.20 0.12
HSL 336.49º 0.54% 0.73% -
HSV(B) 336.49º 0.33% 0.88% -
XYZ 49.78 40.91 47.92 -
YUV 175.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 224 150 179 0 0.33 0.20 0.12 336.49 0.54 0.73
Hex E0 96 B3 0 21 14 C 150 36 49
Octal 340 226 263 0 41 24 14 520 66 111
Binary 11100000 10010110 10110011 0 100001 10100 1100 101010000 110110 1001001

Color Harmonies of #E096B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096B3

Black with #E096B3

Text Example


Text Example

White with #E096B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096B3; }

 p { color: rgb(224,150,179); }

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

background-color css

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

 a { background-color: rgb(224,150,179); }

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

border-color css

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

 span { border-color: rgb(224,150,179); }

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