Html Css Color HEX #E199A2 Kobi

📋 copy color: '#E199A2'

red 225 ◦ green 153 ◦ blue 162

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

Shades of Kobi #E199A2

Tints of Kobi #E199A2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 41.67%
G = 28.33%
B = 30%

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

#E199A2 (or 0xE199A2) is known color: Kobi. HEX triplet: E1, 99 and A2. RGB value is (225,153,162). Sum of RGB (Red+Green+Blue) = 225+153+162=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A2 is #1E665D. Grayscale: #AFAFAF. Windows color (decimal): -1992286 or 10656225. OLE color: 10656225.

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

Color convert

RGB 225 153 162 -
CMYK 0 0.32 0.28 0.12
HSL 352.5º 0.55% 0.74% -
HSV(B) 352.5º 0.32% 0.88% -
XYZ 48.96 41.4 39.59 -
YUV 175.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 225 153 162 0 0.32 0.28 0.12 352.5 0.55 0.74
Hex E1 99 A2 0 20 1C C 160 37 4A
Octal 341 231 242 0 40 34 14 540 67 112
Binary 11100001 10011001 10100010 0 100000 11100 1100 101100000 110111 1001010

Color Harmonies of #E199A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E199A2

Black with #E199A2

Text Example


Text Example

White with #E199A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E199A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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