Html Css Color HEX #E48EB0 Kobi

📋 copy color: '#E48EB0'

red 228 ◦ green 142 ◦ blue 176

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

Shades of Kobi #E48EB0

Tints of Kobi #E48EB0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.01%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 41.76%
G = 26.01%
B = 32.23%

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

#E48EB0 (or 0xE48EB0) is known color: Kobi. HEX triplet: E4, 8E and B0. RGB value is (228,142,176). Sum of RGB (Red+Green+Blue) = 228+142+176=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48EB0 is #1B714F. Grayscale: #ABABAB. Windows color (decimal): -1798480 or 11570916. OLE color: 11570916.

HSL color Cylindrical-coordinate representation of color #E48EB0: hue angle of 336.28º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EB0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 176 -
CMYK 0 0.38 0.23 0.11
HSL 336.28º 0.61% 0.73% -
HSV(B) 336.28º 0.38% 0.89% -
XYZ 49.5 38.97 45.99 -
YUV 171.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 228 142 176 0 0.38 0.23 0.11 336.28 0.61 0.73
Hex E4 8E B0 0 26 17 B 150 3D 49
Octal 344 216 260 0 46 27 13 520 75 111
Binary 11100100 10001110 10110000 0 100110 10111 1011 101010000 111101 1001001

Color Harmonies of #E48EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48EB0

Black with #E48EB0

Text Example


Text Example

White with #E48EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48EB0; }

 p { color: rgb(228,142,176); }

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

background-color css

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

 a { background-color: rgb(228,142,176); }

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

border-color css

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

 span { border-color: rgb(228,142,176); }

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