Html Css Color HEX #E48BA5 Kobi

📋 copy color: '#E48BA5'

red 228 ◦ green 139 ◦ blue 165

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

Shades of Kobi #E48BA5

Tints of Kobi #E48BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.13%

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 42.86%
G = 26.13%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E48BA5 (or 0xE48BA5) is known color: Kobi. HEX triplet: E4, 8B and A5. RGB value is (228,139,165). Sum of RGB (Red+Green+Blue) = 228+139+165=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BA5 is #1B745A. Grayscale: #A8A8A8. Windows color (decimal): -1799259 or 10849252. OLE color: 10849252.

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

Color convert

RGB 228 139 165 -
CMYK 0 0.39 0.28 0.11
HSL 342.47º 0.62% 0.72% -
HSV(B) 342.47º 0.39% 0.89% -
XYZ 48.02 37.68 40.34 -
YUV 168.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 228 139 165 0 0.39 0.28 0.11 342.47 0.62 0.72
Hex E4 8B A5 0 27 1C B 156 3E 48
Octal 344 213 245 0 47 34 13 526 76 110
Binary 11100100 10001011 10100101 0 100111 11100 1011 101010110 111110 1001000

Color Harmonies of #E48BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BA5

Black with #E48BA5

Text Example


Text Example

White with #E48BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BA5; }

 p { color: rgb(228,139,165); }

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

background-color css

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

 a { background-color: rgb(228,139,165); }

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

border-color css

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

 span { border-color: rgb(228,139,165); }

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