Html Css Color HEX #E48DAC Kobi

📋 copy color: '#E48DAC'

red 228 ◦ green 141 ◦ blue 172

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

Shades of Kobi #E48DAC

Tints of Kobi #E48DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.79%

R = 42.14%
G = 26.06%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E48DAC (or 0xE48DAC) is known color: Kobi. HEX triplet: E4, 8D and AC. RGB value is (228,141,172). Sum of RGB (Red+Green+Blue) = 228+141+172=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48DAC is #1B7253. Grayscale: #AAAAAA. Windows color (decimal): -1798740 or 11308516. OLE color: 11308516.

HSL color Cylindrical-coordinate representation of color #E48DAC: hue angle of 338.62º 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 #E48DAC is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 172 -
CMYK 0 0.38 0.25 0.11
HSL 338.62º 0.62% 0.72% -
HSV(B) 338.62º 0.38% 0.89% -
XYZ 48.97 38.52 43.88 -
YUV 170.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 228 141 172 0 0.38 0.25 0.11 338.62 0.62 0.72
Hex E4 8D AC 0 26 19 B 153 3E 48
Octal 344 215 254 0 46 31 13 523 76 110
Binary 11100100 10001101 10101100 0 100110 11001 1011 101010011 111110 1001000

Color Harmonies of #E48DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48DAC

Black with #E48DAC

Text Example


Text Example

White with #E48DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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