Html Css Color HEX #E59BB2 Kobi

📋 copy color: '#E59BB2'

red 229 ◦ green 155 ◦ blue 178

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

Shades of Kobi #E59BB2

Tints of Kobi #E59BB2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.58%

 BLUE value IS 178 (69.92% from 255) = 31.67%

R = 40.75%
G = 27.58%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E59BB2 (or 0xE59BB2) is known color: Kobi. HEX triplet: E5, 9B and B2. RGB value is (229,155,178). Sum of RGB (Red+Green+Blue) = 229+155+178=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BB2 is #1A644D. Grayscale: #B3B3B3. Windows color (decimal): -1729614 or 11705317. OLE color: 11705317.

HSL color Cylindrical-coordinate representation of color #E59BB2: hue angle of 341.35º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BB2 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 155 178 -
CMYK 0 0.32 0.22 0.10
HSL 341.35º 0.59% 0.75% -
HSV(B) 341.35º 0.32% 0.9% -
XYZ 52.07 43.32 47.74 -
YUV 179.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 229 155 178 0 0.32 0.22 0.10 341.35 0.59 0.75
Hex E5 9B B2 0 20 16 A 155 3B 4B
Octal 345 233 262 0 40 26 12 525 73 113
Binary 11100101 10011011 10110010 0 100000 10110 1010 101010101 111011 1001011

Color Harmonies of #E59BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BB2

Black with #E59BB2

Text Example


Text Example

White with #E59BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BB2; }

 p { color: rgb(229,155,178); }

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

background-color css

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

 a { background-color: rgb(229,155,178); }

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

border-color css

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

 span { border-color: rgb(229,155,178); }

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