Html Css Color HEX #E48DB0 Kobi

📋 copy color: '#E48DB0'

red 228 ◦ green 141 ◦ blue 176

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

Shades of Kobi #E48DB0

Tints of Kobi #E48DB0

RGB

 RED value IS 228 (89.45% from 255) = 41.83%

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

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

R = 41.83%
G = 25.87%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E48DB0 (or 0xE48DB0) is known color: Kobi. HEX triplet: E4, 8D and B0. RGB value is (228,141,176). Sum of RGB (Red+Green+Blue) = 228+141+176=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48DB0 is #1B724F. Grayscale: #AAAAAA. Windows color (decimal): -1798736 or 11570660. OLE color: 11570660.

HSL color Cylindrical-coordinate representation of color #E48DB0: hue angle of 335.86º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 176 -
CMYK 0 0.38 0.23 0.11
HSL 335.86º 0.62% 0.72% -
HSV(B) 335.86º 0.38% 0.89% -
XYZ 49.36 38.68 45.94 -
YUV 171 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 228 141 176 0 0.38 0.23 0.11 335.86 0.62 0.72
Hex E4 8D B0 0 26 17 B 150 3E 48
Octal 344 215 260 0 46 27 13 520 76 110
Binary 11100100 10001101 10110000 0 100110 10111 1011 101010000 111110 1001000

Color Harmonies of #E48DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48DB0

Black with #E48DB0

Text Example


Text Example

White with #E48DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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