Html Css Color HEX #E77FA8 Kobi

📋 copy color: '#E77FA8'

red 231 ◦ green 127 ◦ blue 168

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

Shades of Kobi #E77FA8

Tints of Kobi #E77FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 43.92%
G = 24.14%
B = 31.94%

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

#E77FA8 (or 0xE77FA8) is known color: Kobi. HEX triplet: E7, 7F and A8. RGB value is (231,127,168). Sum of RGB (Red+Green+Blue) = 231+127+168=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77FA8 is #188057. Grayscale: #A2A2A2. Windows color (decimal): -1605720 or 11042791. OLE color: 11042791.

HSL color Cylindrical-coordinate representation of color #E77FA8: hue angle of 336.35º 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 #E77FA8 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 168 -
CMYK 0 0.45 0.27 0.09
HSL 336.35º 0.68% 0.7% -
HSV(B) 336.35º 0.45% 0.91% -
XYZ 47.61 34.99 41.29 -
YUV 162.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 231 127 168 0 0.45 0.27 0.09 336.35 0.68 0.7
Hex E7 7F A8 0 2D 1B 9 150 44 46
Octal 347 177 250 0 55 33 11 520 104 106
Binary 11100111 1111111 10101000 0 101101 11011 1001 101010000 1000100 1000110

Color Harmonies of #E77FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FA8

Black with #E77FA8

Text Example


Text Example

White with #E77FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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