Html Css Color HEX #E193AA Kobi

📋 copy color: '#E193AA'

red 225 ◦ green 147 ◦ blue 170

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

Shades of Kobi #E193AA

Tints of Kobi #E193AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.12%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 41.51%
G = 27.12%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E193AA (or 0xE193AA) is known color: Kobi. HEX triplet: E1, 93 and AA. RGB value is (225,147,170). Sum of RGB (Red+Green+Blue) = 225+147+170=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E193AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193AA is #1E6C55. Grayscale: #ACACAC. Windows color (decimal): -1993814 or 11178977. OLE color: 11178977.

HSL color Cylindrical-coordinate representation of color #E193AA: hue angle of 342.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193AA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 170 -
CMYK 0 0.35 0.24 0.12
HSL 342.31º 0.57% 0.73% -
HSV(B) 342.31º 0.35% 0.88% -
XYZ 48.74 39.78 43.14 -
YUV 172.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 225 147 170 0 0.35 0.24 0.12 342.31 0.57 0.73
Hex E1 93 AA 0 23 18 C 156 39 49
Octal 341 223 252 0 43 30 14 526 71 111
Binary 11100001 10010011 10101010 0 100011 11000 1100 101010110 111001 1001001

Color Harmonies of #E193AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E193AA

Black with #E193AA

Text Example


Text Example

White with #E193AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E193AA; }

 p { color: rgb(225,147,170); }

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

background-color css

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

 a { background-color: rgb(225,147,170); }

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

border-color css

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

 span { border-color: rgb(225,147,170); }

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