Html Css Color HEX #E794AB Kobi

📋 copy color: '#E794AB'

red 231 ◦ green 148 ◦ blue 171

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

Shades of Kobi #E794AB

Tints of Kobi #E794AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.91%

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

R = 42%
G = 26.91%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E794AB (or 0xE794AB) is known color: Kobi. HEX triplet: E7, 94 and AB. RGB value is (231,148,171). Sum of RGB (Red+Green+Blue) = 231+148+171=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E794AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E794AB is #186B54. Grayscale: #AFAFAF. Windows color (decimal): -1600341 or 11244775. OLE color: 11244775.

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

Color convert

RGB 231 148 171 -
CMYK 0 0.36 0.26 0.09
HSL 343.37º 0.63% 0.74% -
HSV(B) 343.37º 0.36% 0.91% -
XYZ 50.9 41.11 43.78 -
YUV 175.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 231 148 171 0 0.36 0.26 0.09 343.37 0.63 0.74
Hex E7 94 AB 0 24 1A 9 157 3F 4A
Octal 347 224 253 0 44 32 11 527 77 112
Binary 11100111 10010100 10101011 0 100100 11010 1001 101010111 111111 1001010

Color Harmonies of #E794AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794AB

Black with #E794AB

Text Example


Text Example

White with #E794AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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