Html Css Color HEX #E58DB0 Kobi

📋 copy color: '#E58DB0'

red 229 ◦ green 141 ◦ blue 176

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

Shades of Kobi #E58DB0

Tints of Kobi #E58DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.82%

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

R = 41.94%
G = 25.82%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E58DB0 (or 0xE58DB0) is known color: Kobi. HEX triplet: E5, 8D and B0. RGB value is (229,141,176). Sum of RGB (Red+Green+Blue) = 229+141+176=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DB0 is #1A724F. Grayscale: #ABABAB. Windows color (decimal): -1733200 or 11570661. OLE color: 11570661.

HSL color Cylindrical-coordinate representation of color #E58DB0: hue angle of 336.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 141 176 -
CMYK 0 0.38 0.23 0.10
HSL 336.14º 0.63% 0.73% -
HSV(B) 336.14º 0.38% 0.9% -
XYZ 49.67 38.84 45.95 -
YUV 171.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 229 141 176 0 0.38 0.23 0.10 336.14 0.63 0.73
Hex E5 8D B0 0 26 17 A 150 3F 49
Octal 345 215 260 0 46 27 12 520 77 111
Binary 11100101 10001101 10110000 0 100110 10111 1010 101010000 111111 1001001

Color Harmonies of #E58DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DB0

Black with #E58DB0

Text Example


Text Example

White with #E58DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DB0; }

 p { color: rgb(229,141,176); }

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

background-color css

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

 a { background-color: rgb(229,141,176); }

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

border-color css

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

 span { border-color: rgb(229,141,176); }

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