Html Css Color HEX #E198A2 Kobi

📋 copy color: '#E198A2'

red 225 ◦ green 152 ◦ blue 162

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

Shades of Kobi #E198A2

Tints of Kobi #E198A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.06%

R = 41.74%
G = 28.2%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E198A2 (or 0xE198A2) is known color: Kobi. HEX triplet: E1, 98 and A2. RGB value is (225,152,162). Sum of RGB (Red+Green+Blue) = 225+152+162=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E198A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198A2 is #1E675D. Grayscale: #AFAFAF. Windows color (decimal): -1992542 or 10655969. OLE color: 10655969.

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

Color convert

RGB 225 152 162 -
CMYK 0 0.32 0.28 0.12
HSL 351.78º 0.55% 0.74% -
HSV(B) 351.78º 0.32% 0.88% -
XYZ 48.8 41.07 39.54 -
YUV 174.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 225 152 162 0 0.32 0.28 0.12 351.78 0.55 0.74
Hex E1 98 A2 0 20 1C C 160 37 4A
Octal 341 230 242 0 40 34 14 540 67 112
Binary 11100001 10011000 10100010 0 100000 11100 1100 101100000 110111 1001010

Color Harmonies of #E198A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E198A2

Black with #E198A2

Text Example


Text Example

White with #E198A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E198A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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