Html Css Color HEX #E790AA Kobi

📋 copy color: '#E790AA'

red 231 ◦ green 144 ◦ blue 170

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

Shades of Kobi #E790AA

Tints of Kobi #E790AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 42.39%
G = 26.42%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E790AA (or 0xE790AA) is known color: Kobi. HEX triplet: E7, 90 and AA. RGB value is (231,144,170). Sum of RGB (Red+Green+Blue) = 231+144+170=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E790AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790AA is #186F55. Grayscale: #ACACAC. Windows color (decimal): -1601366 or 11178215. OLE color: 11178215.

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

Color convert

RGB 231 144 170 -
CMYK 0 0.38 0.26 0.09
HSL 342.07º 0.64% 0.74% -
HSV(B) 342.07º 0.38% 0.91% -
XYZ 50.18 39.84 43.07 -
YUV 172.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 231 144 170 0 0.38 0.26 0.09 342.07 0.64 0.74
Hex E7 90 AA 0 26 1A 9 156 40 4A
Octal 347 220 252 0 46 32 11 526 100 112
Binary 11100111 10010000 10101010 0 100110 11010 1001 101010110 1000000 1001010

Color Harmonies of #E790AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790AA

Black with #E790AA

Text Example


Text Example

White with #E790AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790AA; }

 p { color: rgb(231,144,170); }

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

background-color css

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

 a { background-color: rgb(231,144,170); }

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

border-color css

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

 span { border-color: rgb(231,144,170); }

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