Html Css Color HEX #E78AA8 Kobi

📋 copy color: '#E78AA8'

red 231 ◦ green 138 ◦ blue 168

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

Shades of Kobi #E78AA8

Tints of Kobi #E78AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

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

R = 43.02%
G = 25.7%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E78AA8 (or 0xE78AA8) is known color: Kobi. HEX triplet: E7, 8A and A8. RGB value is (231,138,168). Sum of RGB (Red+Green+Blue) = 231+138+168=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AA8 is #187557. Grayscale: #A9A9A9. Windows color (decimal): -1602904 or 11045607. OLE color: 11045607.

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

Color convert

RGB 231 138 168 -
CMYK 0 0.40 0.27 0.09
HSL 340.65º 0.66% 0.72% -
HSV(B) 340.65º 0.4% 0.91% -
XYZ 49.11 37.99 41.79 -
YUV 169.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 231 138 168 0 0.40 0.27 0.09 340.65 0.66 0.72
Hex E7 8A A8 0 28 1B 9 155 42 48
Octal 347 212 250 0 50 33 11 525 102 110
Binary 11100111 10001010 10101000 0 101000 11011 1001 101010101 1000010 1001000

Color Harmonies of #E78AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78AA8

Black with #E78AA8

Text Example


Text Example

White with #E78AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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