Html Css Color HEX #E48EA6 Kobi

📋 copy color: '#E48EA6'

red 228 ◦ green 142 ◦ blue 166

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

Shades of Kobi #E48EA6

Tints of Kobi #E48EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.97%

R = 42.54%
G = 26.49%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E48EA6 (or 0xE48EA6) is known color: Kobi. HEX triplet: E4, 8E and A6. RGB value is (228,142,166). Sum of RGB (Red+Green+Blue) = 228+142+166=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48EA6 is #1B7159. Grayscale: #AAAAAA. Windows color (decimal): -1798490 or 10915556. OLE color: 10915556.

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

Color convert

RGB 228 142 166 -
CMYK 0 0.38 0.27 0.11
HSL 343.26º 0.61% 0.73% -
HSV(B) 343.26º 0.38% 0.89% -
XYZ 48.55 38.59 40.97 -
YUV 170.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 228 142 166 0 0.38 0.27 0.11 343.26 0.61 0.73
Hex E4 8E A6 0 26 1B B 157 3D 49
Octal 344 216 246 0 46 33 13 527 75 111
Binary 11100100 10001110 10100110 0 100110 11011 1011 101010111 111101 1001001

Color Harmonies of #E48EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48EA6

Black with #E48EA6

Text Example


Text Example

White with #E48EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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