Html Css Color HEX #E188A8 Kobi

📋 copy color: '#E188A8'

red 225 ◦ green 136 ◦ blue 168

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

Shades of Kobi #E188A8

Tints of Kobi #E188A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 42.53%
G = 25.71%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E188A8 (or 0xE188A8) is known color: Kobi. HEX triplet: E1, 88 and A8. RGB value is (225,136,168). Sum of RGB (Red+Green+Blue) = 225+136+168=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E188A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188A8 is #1E7757. Grayscale: #A6A6A6. Windows color (decimal): -1996632 or 11045089. OLE color: 11045089.

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

Color convert

RGB 225 136 168 -
CMYK 0 0.40 0.25 0.12
HSL 338.43º 0.6% 0.71% -
HSV(B) 338.43º 0.4% 0.88% -
XYZ 46.92 36.44 41.61 -
YUV 166.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 225 136 168 0 0.40 0.25 0.12 338.43 0.6 0.71
Hex E1 88 A8 0 28 19 C 152 3C 47
Octal 341 210 250 0 50 31 14 522 74 107
Binary 11100001 10001000 10101000 0 101000 11001 1100 101010010 111100 1000111

Color Harmonies of #E188A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E188A8

Black with #E188A8

Text Example


Text Example

White with #E188A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E188A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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