Html Css Color HEX #E191B2 Kobi

📋 copy color: '#E191B2'

red 225 ◦ green 145 ◦ blue 178

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

Shades of Kobi #E191B2

Tints of Kobi #E191B2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.46%

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

R = 41.06%
G = 26.46%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E191B2 (or 0xE191B2) is known color: Kobi. HEX triplet: E1, 91 and B2. RGB value is (225,145,178). Sum of RGB (Red+Green+Blue) = 225+145+178=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E191B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191B2 is #1E6E4D. Grayscale: #ACACAC. Windows color (decimal): -1994318 or 11702753. OLE color: 11702753.

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

Color convert

RGB 225 145 178 -
CMYK 0 0.36 0.21 0.12
HSL 335.25º 0.57% 0.73% -
HSV(B) 335.25º 0.36% 0.88% -
XYZ 49.21 39.47 47.14 -
YUV 172.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 225 145 178 0 0.36 0.21 0.12 335.25 0.57 0.73
Hex E1 91 B2 0 24 15 C 14F 39 49
Octal 341 221 262 0 44 25 14 517 71 111
Binary 11100001 10010001 10110010 0 100100 10101 1100 101001111 111001 1001001

Color Harmonies of #E191B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E191B2

Black with #E191B2

Text Example


Text Example

White with #E191B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E191B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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