Html Css Color HEX #E18DA2 Kobi

📋 copy color: '#E18DA2'

red 225 ◦ green 141 ◦ blue 162

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

Shades of Kobi #E18DA2

Tints of Kobi #E18DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 42.61%
G = 26.7%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E18DA2 (or 0xE18DA2) is known color: Kobi. HEX triplet: E1, 8D and A2. RGB value is (225,141,162). Sum of RGB (Red+Green+Blue) = 225+141+162=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18DA2 is #1E725D. Grayscale: #A8A8A8. Windows color (decimal): -1995358 or 10653153. OLE color: 10653153.

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

Color convert

RGB 225 141 162 -
CMYK 0 0.37 0.28 0.12
HSL 345º 0.58% 0.72% -
HSV(B) 345º 0.37% 0.88% -
XYZ 47.1 37.67 38.97 -
YUV 168.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 225 141 162 0 0.37 0.28 0.12 345 0.58 0.72
Hex E1 8D A2 0 25 1C C 159 3A 48
Octal 341 215 242 0 45 34 14 531 72 110
Binary 11100001 10001101 10100010 0 100101 11100 1100 101011001 111010 1001000

Color Harmonies of #E18DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DA2

Black with #E18DA2

Text Example


Text Example

White with #E18DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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