Html Css Color HEX #E49FB5 Kobi

📋 copy color: '#E49FB5'

red 228 ◦ green 159 ◦ blue 181

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

Shades of Kobi #E49FB5

Tints of Kobi #E49FB5

RGB

 RED value IS 228 (89.45% from 255) = 40.14%

 GREEN value IS 159 (62.5% from 255) = 27.99%

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 40.14%
G = 27.99%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E49FB5 (or 0xE49FB5) is known color: Kobi. HEX triplet: E4, 9F and B5. RGB value is (228,159,181). Sum of RGB (Red+Green+Blue) = 228+159+181=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FB5 is #1B604A. Grayscale: #B6B6B6. Windows color (decimal): -1794123 or 11902948. OLE color: 11902948.

HSL color Cylindrical-coordinate representation of color #E49FB5: hue angle of 340.87º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FB5 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 159 181 -
CMYK 0 0.30 0.21 0.11
HSL 340.87º 0.56% 0.76% -
HSV(B) 340.87º 0.3% 0.89% -
XYZ 52.73 44.63 49.55 -
YUV 182.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 228 159 181 0 0.30 0.21 0.11 340.87 0.56 0.76
Hex E4 9F B5 0 1E 15 B 155 38 4C
Octal 344 237 265 0 36 25 13 525 70 114
Binary 11100100 10011111 10110101 0 11110 10101 1011 101010101 111000 1001100

Color Harmonies of #E49FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FB5

Black with #E49FB5

Text Example


Text Example

White with #E49FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FB5; }

 p { color: rgb(228,159,181); }

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

background-color css

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

 a { background-color: rgb(228,159,181); }

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

border-color css

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

 span { border-color: rgb(228,159,181); }

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