Html Css Color HEX #E198B1 Kobi

📋 copy color: '#E198B1'

red 225 ◦ green 152 ◦ blue 177

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

Shades of Kobi #E198B1

Tints of Kobi #E198B1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.44%

 BLUE value IS 177 (69.53% from 255) = 31.95%

R = 40.61%
G = 27.44%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E198B1 (or 0xE198B1) is known color: Kobi. HEX triplet: E1, 98 and B1. RGB value is (225,152,177). Sum of RGB (Red+Green+Blue) = 225+152+177=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198B1 is #1E674E. Grayscale: #B0B0B0. Windows color (decimal): -1992527 or 11639009. OLE color: 11639009.

HSL color Cylindrical-coordinate representation of color #E198B1: hue angle of 339.45º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198B1 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 152 177 -
CMYK 0 0.32 0.21 0.12
HSL 339.45º 0.55% 0.74% -
HSV(B) 339.45º 0.32% 0.88% -
XYZ 50.22 41.64 46.99 -
YUV 176.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 225 152 177 0 0.32 0.21 0.12 339.45 0.55 0.74
Hex E1 98 B1 0 20 15 C 153 37 4A
Octal 341 230 261 0 40 25 14 523 67 112
Binary 11100001 10011000 10110001 0 100000 10101 1100 101010011 110111 1001010

Color Harmonies of #E198B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E198B1

Black with #E198B1

Text Example


Text Example

White with #E198B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E198B1; }

 p { color: rgb(225,152,177); }

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

background-color css

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

 a { background-color: rgb(225,152,177); }

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

border-color css

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

 span { border-color: rgb(225,152,177); }

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