Html Css Color HEX #E195B2 Kobi

📋 copy color: '#E195B2'

red 225 ◦ green 149 ◦ blue 178

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

Shades of Kobi #E195B2

Tints of Kobi #E195B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 40.76%
G = 26.99%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E195B2 (or 0xE195B2) is known color: Kobi. HEX triplet: E1, 95 and B2. RGB value is (225,149,178). Sum of RGB (Red+Green+Blue) = 225+149+178=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E195B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195B2 is #1E6A4D. Grayscale: #AEAEAE. Windows color (decimal): -1993294 or 11703777. OLE color: 11703777.

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

Color convert

RGB 225 149 178 -
CMYK 0 0.34 0.21 0.12
HSL 337.11º 0.56% 0.73% -
HSV(B) 337.11º 0.34% 0.88% -
XYZ 49.83 40.72 47.35 -
YUV 175.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 225 149 178 0 0.34 0.21 0.12 337.11 0.56 0.73
Hex E1 95 B2 0 22 15 C 151 38 49
Octal 341 225 262 0 42 25 14 521 70 111
Binary 11100001 10010101 10110010 0 100010 10101 1100 101010001 111000 1001001

Color Harmonies of #E195B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195B2

Black with #E195B2

Text Example


Text Example

White with #E195B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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