Html Css Color HEX #E59BB4 Kobi

📋 copy color: '#E59BB4'

red 229 ◦ green 155 ◦ blue 180

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

Shades of Kobi #E59BB4

Tints of Kobi #E59BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 40.6%
G = 27.48%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E59BB4 (or 0xE59BB4) is known color: Kobi. HEX triplet: E5, 9B and B4. RGB value is (229,155,180). Sum of RGB (Red+Green+Blue) = 229+155+180=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BB4 is #1A644B. Grayscale: #B3B3B3. Windows color (decimal): -1729612 or 11836389. OLE color: 11836389.

HSL color Cylindrical-coordinate representation of color #E59BB4: hue angle of 339.73º 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 #E59BB4 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 155 180 -
CMYK 0 0.32 0.21 0.10
HSL 339.73º 0.59% 0.75% -
HSV(B) 339.73º 0.32% 0.9% -
XYZ 52.27 43.4 48.8 -
YUV 179.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 229 155 180 0 0.32 0.21 0.10 339.73 0.59 0.75
Hex E5 9B B4 0 20 15 A 154 3B 4B
Octal 345 233 264 0 40 25 12 524 73 113
Binary 11100101 10011011 10110100 0 100000 10101 1010 101010100 111011 1001011

Color Harmonies of #E59BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BB4

Black with #E59BB4

Text Example


Text Example

White with #E59BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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