Html Css Color HEX #E29AAD Kobi

📋 copy color: '#E29AAD'

red 226 ◦ green 154 ◦ blue 173

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

Shades of Kobi #E29AAD

Tints of Kobi #E29AAD

RGB

 RED value IS 226 (88.67% from 255) = 40.87%

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

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

R = 40.87%
G = 27.85%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E29AAD (or 0xE29AAD) is known color: Kobi. HEX triplet: E2, 9A and AD. RGB value is (226,154,173). Sum of RGB (Red+Green+Blue) = 226+154+173=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E29AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29AAD is #1D6552. Grayscale: #B1B1B1. Windows color (decimal): -1926483 or 11377378. OLE color: 11377378.

HSL color Cylindrical-coordinate representation of color #E29AAD: hue angle of 344.17º degrees, saturation: 0.55, 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 #E29AAD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 154 173 -
CMYK 0 0.32 0.23 0.11
HSL 344.17º 0.55% 0.75% -
HSV(B) 344.17º 0.32% 0.89% -
XYZ 50.46 42.3 45.04 -
YUV 177.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 226 154 173 0 0.32 0.23 0.11 344.17 0.55 0.75
Hex E2 9A AD 0 20 17 B 158 37 4B
Octal 342 232 255 0 40 27 13 530 67 113
Binary 11100010 10011010 10101101 0 100000 10111 1011 101011000 110111 1001011

Color Harmonies of #E29AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29AAD

Black with #E29AAD

Text Example


Text Example

White with #E29AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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