Html Css Color HEX #E18DA9 Kobi

📋 copy color: '#E18DA9'

red 225 ◦ green 141 ◦ blue 169

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

Shades of Kobi #E18DA9

Tints of Kobi #E18DA9

RGB

 RED value IS 225 (88.28% from 255) = 42.06%

 GREEN value IS 141 (55.47% from 255) = 26.36%

 BLUE value IS 169 (66.41% from 255) = 31.59%

R = 42.06%
G = 26.36%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E18DA9 (or 0xE18DA9) is known color: Kobi. HEX triplet: E1, 8D and A9. RGB value is (225,141,169). Sum of RGB (Red+Green+Blue) = 225+141+169=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA9 is #1E7256. Grayscale: #A9A9A9. Windows color (decimal): -1995351 or 11111905. OLE color: 11111905.

HSL color Cylindrical-coordinate representation of color #E18DA9: hue angle of 340º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18DA9 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 169 -
CMYK 0 0.37 0.25 0.12
HSL 340º 0.58% 0.72% -
HSV(B) 340º 0.37% 0.88% -
XYZ 47.74 37.92 42.34 -
YUV 169.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 225 141 169 0 0.37 0.25 0.12 340 0.58 0.72
Hex E1 8D A9 0 25 19 C 154 3A 48
Octal 341 215 251 0 45 31 14 524 72 110
Binary 11100001 10001101 10101001 0 100101 11001 1100 101010100 111010 1001000

Color Harmonies of #E18DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DA9

Black with #E18DA9

Text Example


Text Example

White with #E18DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DA9; }

 p { color: rgb(225,141,169); }

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

background-color css

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

 a { background-color: rgb(225,141,169); }

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

border-color css

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

 span { border-color: rgb(225,141,169); }

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