Html Css Color HEX #E48DAF Kobi

📋 copy color: '#E48DAF'

red 228 ◦ green 141 ◦ blue 175

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

Shades of Kobi #E48DAF

Tints of Kobi #E48DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 41.91%
G = 25.92%
B = 32.17%

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

#E48DAF (or 0xE48DAF) is known color: Kobi. HEX triplet: E4, 8D and AF. RGB value is (228,141,175). Sum of RGB (Red+Green+Blue) = 228+141+175=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48DAF is #1B7250. Grayscale: #AAAAAA. Windows color (decimal): -1798737 or 11505124. OLE color: 11505124.

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

Color convert

RGB 228 141 175 -
CMYK 0 0.38 0.23 0.11
HSL 336.55º 0.62% 0.72% -
HSV(B) 336.55º 0.38% 0.89% -
XYZ 49.26 38.64 45.42 -
YUV 170.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 228 141 175 0 0.38 0.23 0.11 336.55 0.62 0.72
Hex E4 8D AF 0 26 17 B 151 3E 48
Octal 344 215 257 0 46 27 13 521 76 110
Binary 11100100 10001101 10101111 0 100110 10111 1011 101010001 111110 1001000

Color Harmonies of #E48DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48DAF

Black with #E48DAF

Text Example


Text Example

White with #E48DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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