Html Css Color HEX #E493A6 Kobi

📋 copy color: '#E493A6'

red 228 ◦ green 147 ◦ blue 166

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

Shades of Kobi #E493A6

Tints of Kobi #E493A6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.17%

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

R = 42.14%
G = 27.17%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E493A6 (or 0xE493A6) is known color: Kobi. HEX triplet: E4, 93 and A6. RGB value is (228,147,166). Sum of RGB (Red+Green+Blue) = 228+147+166=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E493A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E493A6 is #1B6C59. Grayscale: #ADADAD. Windows color (decimal): -1797210 or 10916836. OLE color: 10916836.

HSL color Cylindrical-coordinate representation of color #E493A6: hue angle of 345.93º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E493A6 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 147 166 -
CMYK 0 0.36 0.27 0.11
HSL 345.93º 0.6% 0.74% -
HSV(B) 345.93º 0.36% 0.89% -
XYZ 49.31 40.11 41.22 -
YUV 173.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 228 147 166 0 0.36 0.27 0.11 345.93 0.6 0.74
Hex E4 93 A6 0 24 1B B 15A 3C 4A
Octal 344 223 246 0 44 33 13 532 74 112
Binary 11100100 10010011 10100110 0 100100 11011 1011 101011010 111100 1001010

Color Harmonies of #E493A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493A6

Black with #E493A6

Text Example


Text Example

White with #E493A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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