Html Css Color HEX #E78DAB Kobi

📋 copy color: '#E78DAB'

red 231 ◦ green 141 ◦ blue 171

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

Shades of Kobi #E78DAB

Tints of Kobi #E78DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.97%

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 42.54%
G = 25.97%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E78DAB (or 0xE78DAB) is known color: Kobi. HEX triplet: E7, 8D and AB. RGB value is (231,141,171). Sum of RGB (Red+Green+Blue) = 231+141+171=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78DAB is #187254. Grayscale: #ABABAB. Windows color (decimal): -1602133 or 11242983. OLE color: 11242983.

HSL color Cylindrical-coordinate representation of color #E78DAB: hue angle of 340º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78DAB is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 141 171 -
CMYK 0 0.39 0.26 0.09
HSL 340º 0.65% 0.73% -
HSV(B) 340º 0.39% 0.91% -
XYZ 49.83 38.98 43.43 -
YUV 171.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 231 141 171 0 0.39 0.26 0.09 340 0.65 0.73
Hex E7 8D AB 0 27 1A 9 154 41 49
Octal 347 215 253 0 47 32 11 524 101 111
Binary 11100111 10001101 10101011 0 100111 11010 1001 101010100 1000001 1001001

Color Harmonies of #E78DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78DAB

Black with #E78DAB

Text Example


Text Example

White with #E78DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78DAB; }

 p { color: rgb(231,141,171); }

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

background-color css

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

 a { background-color: rgb(231,141,171); }

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

border-color css

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

 span { border-color: rgb(231,141,171); }

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