Html Css Color HEX #E78BA7 Kobi

📋 copy color: '#E78BA7'

red 231 ◦ green 139 ◦ blue 167

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

Shades of Kobi #E78BA7

Tints of Kobi #E78BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 43.02%
G = 25.88%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E78BA7 (or 0xE78BA7) is known color: Kobi. HEX triplet: E7, 8B and A7. RGB value is (231,139,167). Sum of RGB (Red+Green+Blue) = 231+139+167=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BA7 is #187458. Grayscale: #A9A9A9. Windows color (decimal): -1602649 or 10980327. OLE color: 10980327.

HSL color Cylindrical-coordinate representation of color #E78BA7: hue angle of 341.74º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BA7 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 139 167 -
CMYK 0 0.40 0.28 0.09
HSL 341.74º 0.66% 0.73% -
HSV(B) 341.74º 0.4% 0.91% -
XYZ 49.16 38.24 41.35 -
YUV 169.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 231 139 167 0 0.40 0.28 0.09 341.74 0.66 0.73
Hex E7 8B A7 0 28 1C 9 156 42 49
Octal 347 213 247 0 50 34 11 526 102 111
Binary 11100111 10001011 10100111 0 101000 11100 1001 101010110 1000010 1001001

Color Harmonies of #E78BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78BA7

Black with #E78BA7

Text Example


Text Example

White with #E78BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78BA7; }

 p { color: rgb(231,139,167); }

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

background-color css

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

 a { background-color: rgb(231,139,167); }

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

border-color css

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

 span { border-color: rgb(231,139,167); }

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