Html Css Color HEX #E493AC Kobi

📋 copy color: '#E493AC'

red 228 ◦ green 147 ◦ blue 172

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

Shades of Kobi #E493AC

Tints of Kobi #E493AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 41.68%
G = 26.87%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E493AC (or 0xE493AC) is known color: Kobi. HEX triplet: E4, 93 and AC. RGB value is (228,147,172). Sum of RGB (Red+Green+Blue) = 228+147+172=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E493AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E493AC is #1B6C53. Grayscale: #AEAEAE. Windows color (decimal): -1797204 or 11310052. OLE color: 11310052.

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

Color convert

RGB 228 147 172 -
CMYK 0 0.36 0.25 0.11
HSL 341.48º 0.6% 0.74% -
HSV(B) 341.48º 0.36% 0.89% -
XYZ 49.88 40.34 44.19 -
YUV 174.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 228 147 172 0 0.36 0.25 0.11 341.48 0.6 0.74
Hex E4 93 AC 0 24 19 B 155 3C 4A
Octal 344 223 254 0 44 31 13 525 74 112
Binary 11100100 10010011 10101100 0 100100 11001 1011 101010101 111100 1001010

Color Harmonies of #E493AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493AC

Black with #E493AC

Text Example


Text Example

White with #E493AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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