Html Css Color HEX #E77FA9 Kobi

📋 copy color: '#E77FA9'

red 231 ◦ green 127 ◦ blue 169

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

Shades of Kobi #E77FA9

Tints of Kobi #E77FA9

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 43.83%
G = 24.1%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E77FA9 (or 0xE77FA9) is known color: Kobi. HEX triplet: E7, 7F and A9. RGB value is (231,127,169). Sum of RGB (Red+Green+Blue) = 231+127+169=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77FA9 is #188056. Grayscale: #A2A2A2. Windows color (decimal): -1605719 or 11108327. OLE color: 11108327.

HSL color Cylindrical-coordinate representation of color #E77FA9: hue angle of 335.77º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FA9 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 169 -
CMYK 0 0.45 0.27 0.09
HSL 335.77º 0.68% 0.7% -
HSV(B) 335.77º 0.45% 0.91% -
XYZ 47.71 35.03 41.78 -
YUV 162.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 231 127 169 0 0.45 0.27 0.09 335.77 0.68 0.7
Hex E7 7F A9 0 2D 1B 9 150 44 46
Octal 347 177 251 0 55 33 11 520 104 106
Binary 11100111 1111111 10101001 0 101101 11011 1001 101010000 1000100 1000110

Color Harmonies of #E77FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FA9

Black with #E77FA9

Text Example


Text Example

White with #E77FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FA9; }

 p { color: rgb(231,127,169); }

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

background-color css

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

 a { background-color: rgb(231,127,169); }

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

border-color css

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

 span { border-color: rgb(231,127,169); }

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