Html Css Color HEX #E195AC Kobi

📋 copy color: '#E195AC'

red 225 ◦ green 149 ◦ blue 172

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

Shades of Kobi #E195AC

Tints of Kobi #E195AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.29%

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 41.21%
G = 27.29%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E195AC (or 0xE195AC) is known color: Kobi. HEX triplet: E1, 95 and AC. RGB value is (225,149,172). Sum of RGB (Red+Green+Blue) = 225+149+172=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E195AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195AC is #1E6A53. Grayscale: #AEAEAE. Windows color (decimal): -1993300 or 11310561. OLE color: 11310561.

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

Color convert

RGB 225 149 172 -
CMYK 0 0.34 0.24 0.12
HSL 341.84º 0.56% 0.73% -
HSV(B) 341.84º 0.34% 0.88% -
XYZ 49.25 40.48 44.25 -
YUV 174.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 225 149 172 0 0.34 0.24 0.12 341.84 0.56 0.73
Hex E1 95 AC 0 22 18 C 156 38 49
Octal 341 225 254 0 42 30 14 526 70 111
Binary 11100001 10010101 10101100 0 100010 11000 1100 101010110 111000 1001001

Color Harmonies of #E195AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195AC

Black with #E195AC

Text Example


Text Example

White with #E195AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195AC; }

 p { color: rgb(225,149,172); }

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

background-color css

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

 a { background-color: rgb(225,149,172); }

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

border-color css

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

 span { border-color: rgb(225,149,172); }

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