Html Css Color HEX #E78CAB Kobi

📋 copy color: '#E78CAB'

red 231 ◦ green 140 ◦ blue 171

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

Shades of Kobi #E78CAB

Tints of Kobi #E78CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.83%

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

R = 42.62%
G = 25.83%
B = 31.55%

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

#E78CAB (or 0xE78CAB) is known color: Kobi. HEX triplet: E7, 8C and AB. RGB value is (231,140,171). Sum of RGB (Red+Green+Blue) = 231+140+171=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CAB is #187354. Grayscale: #AAAAAA. Windows color (decimal): -1602389 or 11242727. OLE color: 11242727.

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

Color convert

RGB 231 140 171 -
CMYK 0 0.39 0.26 0.09
HSL 339.56º 0.65% 0.73% -
HSV(B) 339.56º 0.39% 0.91% -
XYZ 49.68 38.69 43.38 -
YUV 170.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 231 140 171 0 0.39 0.26 0.09 339.56 0.65 0.73
Hex E7 8C AB 0 27 1A 9 154 41 49
Octal 347 214 253 0 47 32 11 524 101 111
Binary 11100111 10001100 10101011 0 100111 11010 1001 101010100 1000001 1001001

Color Harmonies of #E78CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78CAB

Black with #E78CAB

Text Example


Text Example

White with #E78CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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