Html Css Color HEX #E48CAB Kobi

📋 copy color: '#E48CAB'

red 228 ◦ green 140 ◦ blue 171

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

Shades of Kobi #E48CAB

Tints of Kobi #E48CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

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

R = 42.3%
G = 25.97%
B = 31.73%

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

#E48CAB (or 0xE48CAB) is known color: Kobi. HEX triplet: E4, 8C and AB. RGB value is (228,140,171). Sum of RGB (Red+Green+Blue) = 228+140+171=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48CAB is #1B7354. Grayscale: #A9A9A9. Windows color (decimal): -1798997 or 11242724. OLE color: 11242724.

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

Color convert

RGB 228 140 171 -
CMYK 0 0.39 0.25 0.11
HSL 338.86º 0.62% 0.72% -
HSV(B) 338.86º 0.39% 0.89% -
XYZ 48.72 38.19 43.33 -
YUV 169.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 228 140 171 0 0.39 0.25 0.11 338.86 0.62 0.72
Hex E4 8C AB 0 27 19 B 153 3E 48
Octal 344 214 253 0 47 31 13 523 76 110
Binary 11100100 10001100 10101011 0 100111 11001 1011 101010011 111110 1001000

Color Harmonies of #E48CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48CAB

Black with #E48CAB

Text Example


Text Example

White with #E48CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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