Html Css Color HEX #E48BAB Kobi

📋 copy color: '#E48BAB'

red 228 ◦ green 139 ◦ blue 171

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

Shades of Kobi #E48BAB

Tints of Kobi #E48BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 42.38%
G = 25.84%
B = 31.78%

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

#E48BAB (or 0xE48BAB) is known color: Kobi. HEX triplet: E4, 8B and AB. RGB value is (228,139,171). Sum of RGB (Red+Green+Blue) = 228+139+171=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BAB is #1B7454. Grayscale: #A9A9A9. Windows color (decimal): -1799253 or 11242468. OLE color: 11242468.

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

Color convert

RGB 228 139 171 -
CMYK 0 0.39 0.25 0.11
HSL 338.43º 0.62% 0.72% -
HSV(B) 338.43º 0.39% 0.89% -
XYZ 48.58 37.9 43.28 -
YUV 169.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 228 139 171 0 0.39 0.25 0.11 338.43 0.62 0.72
Hex E4 8B AB 0 27 19 B 152 3E 48
Octal 344 213 253 0 47 31 13 522 76 110
Binary 11100100 10001011 10101011 0 100111 11001 1011 101010010 111110 1001000

Color Harmonies of #E48BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BAB

Black with #E48BAB

Text Example


Text Example

White with #E48BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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