Html Css Color HEX #E29FB5 Kobi

📋 copy color: '#E29FB5'

red 226 ◦ green 159 ◦ blue 181

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

Shades of Kobi #E29FB5

Tints of Kobi #E29FB5

RGB

 RED value IS 226 (88.67% from 255) = 39.93%

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

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

R = 39.93%
G = 28.09%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E29FB5 (or 0xE29FB5) is known color: Kobi. HEX triplet: E2, 9F and B5. RGB value is (226,159,181). Sum of RGB (Red+Green+Blue) = 226+159+181=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FB5 is #1D604A. Grayscale: #B5B5B5. Windows color (decimal): -1925195 or 11902946. OLE color: 11902946.

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

Color convert

RGB 226 159 181 -
CMYK 0 0.30 0.20 0.11
HSL 340.3º 0.54% 0.75% -
HSV(B) 340.3º 0.3% 0.89% -
XYZ 52.1 44.3 49.52 -
YUV 181.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 226 159 181 0 0.30 0.20 0.11 340.3 0.54 0.75
Hex E2 9F B5 0 1E 14 B 154 36 4B
Octal 342 237 265 0 36 24 13 524 66 113
Binary 11100010 10011111 10110101 0 11110 10100 1011 101010100 110110 1001011

Color Harmonies of #E29FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FB5

Black with #E29FB5

Text Example


Text Example

White with #E29FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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