Html Css Color HEX #E49AAD Kobi

📋 copy color: '#E49AAD'

red 228 ◦ green 154 ◦ blue 173

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

Shades of Kobi #E49AAD

Tints of Kobi #E49AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

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

R = 41.08%
G = 27.75%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E49AAD (or 0xE49AAD) is known color: Kobi. HEX triplet: E4, 9A and AD. RGB value is (228,154,173). Sum of RGB (Red+Green+Blue) = 228+154+173=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E49AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49AAD is #1B6552. Grayscale: #B2B2B2. Windows color (decimal): -1795411 or 11377380. OLE color: 11377380.

HSL color Cylindrical-coordinate representation of color #E49AAD: hue angle of 344.59º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49AAD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 154 173 -
CMYK 0 0.32 0.24 0.11
HSL 344.59º 0.58% 0.75% -
HSV(B) 344.59º 0.32% 0.89% -
XYZ 51.09 42.62 45.07 -
YUV 178.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 228 154 173 0 0.32 0.24 0.11 344.59 0.58 0.75
Hex E4 9A AD 0 20 18 B 159 3A 4B
Octal 344 232 255 0 40 30 13 531 72 113
Binary 11100100 10011010 10101101 0 100000 11000 1011 101011001 111010 1001011

Color Harmonies of #E49AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49AAD

Black with #E49AAD

Text Example


Text Example

White with #E49AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49AAD; }

 p { color: rgb(228,154,173); }

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

background-color css

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

 a { background-color: rgb(228,154,173); }

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

border-color css

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

 span { border-color: rgb(228,154,173); }

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