Html Css Color HEX #E095AC Kobi

📋 copy color: '#E095AC'

red 224 ◦ green 149 ◦ blue 172

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

Shades of Kobi #E095AC

Tints of Kobi #E095AC

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

 GREEN value IS 149 (58.59% from 255) = 27.34%

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

R = 41.1%
G = 27.34%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E095AC (or 0xE095AC) is known color: Kobi. HEX triplet: E0, 95 and AC. RGB value is (224,149,172). Sum of RGB (Red+Green+Blue) = 224+149+172=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AC is #1F6A53. Grayscale: #AEAEAE. Windows color (decimal): -2058836 or 11310560. OLE color: 11310560.

HSL color Cylindrical-coordinate representation of color #E095AC: hue angle of 341.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095AC is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 172 -
CMYK 0 0.33 0.23 0.12
HSL 341.6º 0.55% 0.73% -
HSV(B) 341.6º 0.33% 0.88% -
XYZ 48.93 40.32 44.23 -
YUV 174.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 224 149 172 0 0.33 0.23 0.12 341.6 0.55 0.73
Hex E0 95 AC 0 21 17 C 156 37 49
Octal 340 225 254 0 41 27 14 526 67 111
Binary 11100000 10010101 10101100 0 100001 10111 1100 101010110 110111 1001001

Color Harmonies of #E095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095AC

Black with #E095AC

Text Example


Text Example

White with #E095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095AC; }

 p { color: rgb(224,149,172); }

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

background-color css

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

 a { background-color: rgb(224,149,172); }

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

border-color css

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

 span { border-color: rgb(224,149,172); }

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