Html Css Color HEX #E18EAD Kobi

📋 copy color: '#E18EAD'

red 225 ◦ green 142 ◦ blue 173

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

Shades of Kobi #E18EAD

Tints of Kobi #E18EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.3%

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

R = 41.67%
G = 26.3%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E18EAD (or 0xE18EAD) is known color: Kobi. HEX triplet: E1, 8E and AD. RGB value is (225,142,173). Sum of RGB (Red+Green+Blue) = 225+142+173=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EAD is #1E7152. Grayscale: #AAAAAA. Windows color (decimal): -1995091 or 11374305. OLE color: 11374305.

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

Color convert

RGB 225 142 173 -
CMYK 0 0.37 0.23 0.12
HSL 337.59º 0.58% 0.72% -
HSV(B) 337.59º 0.37% 0.88% -
XYZ 48.27 38.37 44.4 -
YUV 170.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 225 142 173 0 0.37 0.23 0.12 337.59 0.58 0.72
Hex E1 8E AD 0 25 17 C 152 3A 48
Octal 341 216 255 0 45 27 14 522 72 110
Binary 11100001 10001110 10101101 0 100101 10111 1100 101010010 111010 1001000

Color Harmonies of #E18EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18EAD

Black with #E18EAD

Text Example


Text Example

White with #E18EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18EAD; }

 p { color: rgb(225,142,173); }

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

background-color css

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

 a { background-color: rgb(225,142,173); }

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

border-color css

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

 span { border-color: rgb(225,142,173); }

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