Html Css Color HEX #E188AD Kobi

📋 copy color: '#E188AD'

red 225 ◦ green 136 ◦ blue 173

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

Shades of Kobi #E188AD

Tints of Kobi #E188AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.47%

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

R = 42.13%
G = 25.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E188AD (or 0xE188AD) is known color: Kobi. HEX triplet: E1, 88 and AD. RGB value is (225,136,173). Sum of RGB (Red+Green+Blue) = 225+136+173=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E188AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188AD is #1E7752. Grayscale: #A6A6A6. Windows color (decimal): -1996627 or 11372769. OLE color: 11372769.

HSL color Cylindrical-coordinate representation of color #E188AD: hue angle of 335.06º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188AD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 136 173 -
CMYK 0 0.40 0.23 0.12
HSL 335.06º 0.6% 0.71% -
HSV(B) 335.06º 0.4% 0.88% -
XYZ 47.4 36.63 44.11 -
YUV 166.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 225 136 173 0 0.40 0.23 0.12 335.06 0.6 0.71
Hex E1 88 AD 0 28 17 C 14F 3C 47
Octal 341 210 255 0 50 27 14 517 74 107
Binary 11100001 10001000 10101101 0 101000 10111 1100 101001111 111100 1000111

Color Harmonies of #E188AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E188AD

Black with #E188AD

Text Example


Text Example

White with #E188AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E188AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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