Html Css Color HEX #E494AC Kobi

📋 copy color: '#E494AC'

red 228 ◦ green 148 ◦ blue 172

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

Shades of Kobi #E494AC

Tints of Kobi #E494AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.01%

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

R = 41.61%
G = 27.01%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E494AC (or 0xE494AC) is known color: Kobi. HEX triplet: E4, 94 and AC. RGB value is (228,148,172). Sum of RGB (Red+Green+Blue) = 228+148+172=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E494AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E494AC is #1B6B53. Grayscale: #AEAEAE. Windows color (decimal): -1796948 or 11310308. OLE color: 11310308.

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

Color convert

RGB 228 148 172 -
CMYK 0 0.35 0.25 0.11
HSL 342º 0.6% 0.74% -
HSV(B) 342º 0.35% 0.89% -
XYZ 50.03 40.65 44.24 -
YUV 174.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 228 148 172 0 0.35 0.25 0.11 342 0.6 0.74
Hex E4 94 AC 0 23 19 B 156 3C 4A
Octal 344 224 254 0 43 31 13 526 74 112
Binary 11100100 10010100 10101100 0 100011 11001 1011 101010110 111100 1001010

Color Harmonies of #E494AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494AC

Black with #E494AC

Text Example


Text Example

White with #E494AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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