Html Css Color HEX #E18DA5 Kobi

📋 copy color: '#E18DA5'

red 225 ◦ green 141 ◦ blue 165

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

Shades of Kobi #E18DA5

Tints of Kobi #E18DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.07%

R = 42.37%
G = 26.55%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E18DA5 (or 0xE18DA5) is known color: Kobi. HEX triplet: E1, 8D and A5. RGB value is (225,141,165). Sum of RGB (Red+Green+Blue) = 225+141+165=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA5 is #1E725A. Grayscale: #A8A8A8. Windows color (decimal): -1995355 or 10849761. OLE color: 10849761.

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

Color convert

RGB 225 141 165 -
CMYK 0 0.37 0.27 0.12
HSL 342.86º 0.58% 0.72% -
HSV(B) 342.86º 0.37% 0.88% -
XYZ 47.37 37.77 40.39 -
YUV 168.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 225 141 165 0 0.37 0.27 0.12 342.86 0.58 0.72
Hex E1 8D A5 0 25 1B C 157 3A 48
Octal 341 215 245 0 45 33 14 527 72 110
Binary 11100001 10001101 10100101 0 100101 11011 1100 101010111 111010 1001000

Color Harmonies of #E18DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DA5

Black with #E18DA5

Text Example


Text Example

White with #E18DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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