Html Css Color HEX #E095AD Kobi

📋 copy color: '#E095AD'

red 224 ◦ green 149 ◦ blue 173

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

Shades of Kobi #E095AD

Tints of Kobi #E095AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 41.03%
G = 27.29%
B = 31.68%

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

#E095AD (or 0xE095AD) is known color: Kobi. HEX triplet: E0, 95 and AD. RGB value is (224,149,173). Sum of RGB (Red+Green+Blue) = 224+149+173=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AD is #1F6A52. Grayscale: #AEAEAE. Windows color (decimal): -2058835 or 11376096. OLE color: 11376096.

HSL color Cylindrical-coordinate representation of color #E095AD: hue angle of 340.8º 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 #E095AD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 173 -
CMYK 0 0.33 0.23 0.12
HSL 340.8º 0.55% 0.73% -
HSV(B) 340.8º 0.33% 0.88% -
XYZ 49.03 40.36 44.74 -
YUV 174.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 224 149 173 0 0.33 0.23 0.12 340.8 0.55 0.73
Hex E0 95 AD 0 21 17 C 155 37 49
Octal 340 225 255 0 41 27 14 525 67 111
Binary 11100000 10010101 10101101 0 100001 10111 1100 101010101 110111 1001001

Color Harmonies of #E095AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095AD

Black with #E095AD

Text Example


Text Example

White with #E095AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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