Html Css Color HEX #E18EB2 Kobi

📋 copy color: '#E18EB2'

red 225 ◦ green 142 ◦ blue 178

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

Shades of Kobi #E18EB2

Tints of Kobi #E18EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 41.28%
G = 26.06%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E18EB2 (or 0xE18EB2) is known color: Kobi. HEX triplet: E1, 8E and B2. RGB value is (225,142,178). Sum of RGB (Red+Green+Blue) = 225+142+178=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18EB2 is #1E714D. Grayscale: #AAAAAA. Windows color (decimal): -1995086 or 11701985. OLE color: 11701985.

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

Color convert

RGB 225 142 178 -
CMYK 0 0.37 0.21 0.12
HSL 333.98º 0.58% 0.72% -
HSV(B) 333.98º 0.37% 0.88% -
XYZ 48.76 38.57 46.99 -
YUV 170.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 225 142 178 0 0.37 0.21 0.12 333.98 0.58 0.72
Hex E1 8E B2 0 25 15 C 14E 3A 48
Octal 341 216 262 0 45 25 14 516 72 110
Binary 11100001 10001110 10110010 0 100101 10101 1100 101001110 111010 1001000

Color Harmonies of #E18EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18EB2

Black with #E18EB2

Text Example


Text Example

White with #E18EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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