Html Css Color HEX #E48BAC Kobi

📋 copy color: '#E48BAC'

red 228 ◦ green 139 ◦ blue 172

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

Shades of Kobi #E48BAC

Tints of Kobi #E48BAC

RGB

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

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

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

R = 42.3%
G = 25.79%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E48BAC (or 0xE48BAC) is known color: Kobi. HEX triplet: E4, 8B and AC. RGB value is (228,139,172). Sum of RGB (Red+Green+Blue) = 228+139+172=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BAC is #1B7453. Grayscale: #A9A9A9. Windows color (decimal): -1799252 or 11308004. OLE color: 11308004.

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

Color convert

RGB 228 139 172 -
CMYK 0 0.39 0.25 0.11
HSL 337.75º 0.62% 0.72% -
HSV(B) 337.75º 0.39% 0.89% -
XYZ 48.67 37.94 43.79 -
YUV 169.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 228 139 172 0 0.39 0.25 0.11 337.75 0.62 0.72
Hex E4 8B AC 0 27 19 B 152 3E 48
Octal 344 213 254 0 47 31 13 522 76 110
Binary 11100100 10001011 10101100 0 100111 11001 1011 101010010 111110 1001000

Color Harmonies of #E48BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BAC

Black with #E48BAC

Text Example


Text Example

White with #E48BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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