Html Css Color HEX #E18DA8 Kobi

📋 copy color: '#E18DA8'

red 225 ◦ green 141 ◦ blue 168

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

Shades of Kobi #E18DA8

Tints of Kobi #E18DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.46%

R = 42.13%
G = 26.4%
B = 31.46%

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

#E18DA8 (or 0xE18DA8) is known color: Kobi. HEX triplet: E1, 8D and A8. RGB value is (225,141,168). Sum of RGB (Red+Green+Blue) = 225+141+168=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA8 is #1E7257. Grayscale: #A9A9A9. Windows color (decimal): -1995352 or 11046369. OLE color: 11046369.

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

Color convert

RGB 225 141 168 -
CMYK 0 0.37 0.25 0.12
HSL 340.71º 0.58% 0.72% -
HSV(B) 340.71º 0.37% 0.88% -
XYZ 47.64 37.88 41.85 -
YUV 169.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 225 141 168 0 0.37 0.25 0.12 340.71 0.58 0.72
Hex E1 8D A8 0 25 19 C 155 3A 48
Octal 341 215 250 0 45 31 14 525 72 110
Binary 11100001 10001101 10101000 0 100101 11001 1100 101010101 111010 1001000

Color Harmonies of #E18DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DA8

Black with #E18DA8

Text Example


Text Example

White with #E18DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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