Html Css Color HEX #E198AF Kobi

📋 copy color: '#E198AF'

red 225 ◦ green 152 ◦ blue 175

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

Shades of Kobi #E198AF

Tints of Kobi #E198AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.7%

R = 40.76%
G = 27.54%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E198AF (or 0xE198AF) is known color: Kobi. HEX triplet: E1, 98 and AF. RGB value is (225,152,175). Sum of RGB (Red+Green+Blue) = 225+152+175=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E198AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198AF is #1E6750. Grayscale: #B0B0B0. Windows color (decimal): -1992529 or 11507937. OLE color: 11507937.

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

Color convert

RGB 225 152 175 -
CMYK 0 0.32 0.22 0.12
HSL 341.1º 0.55% 0.74% -
HSV(B) 341.1º 0.32% 0.88% -
XYZ 50.02 41.56 45.94 -
YUV 176.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 225 152 175 0 0.32 0.22 0.12 341.1 0.55 0.74
Hex E1 98 AF 0 20 16 C 155 37 4A
Octal 341 230 257 0 40 26 14 525 67 112
Binary 11100001 10011000 10101111 0 100000 10110 1100 101010101 110111 1001010

Color Harmonies of #E198AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E198AF

Black with #E198AF

Text Example


Text Example

White with #E198AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E198AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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