Html Css Color HEX #E791B0 Kobi

📋 copy color: '#E791B0'

red 231 ◦ green 145 ◦ blue 176

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

Shades of Kobi #E791B0

Tints of Kobi #E791B0

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

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

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 41.85%
G = 26.27%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E791B0 (or 0xE791B0) is known color: Kobi. HEX triplet: E7, 91 and B0. RGB value is (231,145,176). Sum of RGB (Red+Green+Blue) = 231+145+176=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E791B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E791B0 is #186E4F. Grayscale: #AEAEAE. Windows color (decimal): -1601104 or 11571687. OLE color: 11571687.

HSL color Cylindrical-coordinate representation of color #E791B0: hue angle of 338.37º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791B0 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 176 -
CMYK 0 0.37 0.24 0.09
HSL 338.37º 0.64% 0.74% -
HSV(B) 338.37º 0.37% 0.91% -
XYZ 50.92 40.37 46.18 -
YUV 174.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 231 145 176 0 0.37 0.24 0.09 338.37 0.64 0.74
Hex E7 91 B0 0 25 18 9 152 40 4A
Octal 347 221 260 0 45 30 11 522 100 112
Binary 11100111 10010001 10110000 0 100101 11000 1001 101010010 1000000 1001010

Color Harmonies of #E791B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E791B0

Black with #E791B0

Text Example


Text Example

White with #E791B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E791B0; }

 p { color: rgb(231,145,176); }

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

background-color css

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

 a { background-color: rgb(231,145,176); }

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

border-color css

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

 span { border-color: rgb(231,145,176); }

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