Html Css Color HEX #E795AF Kobi

📋 copy color: '#E795AF'

red 231 ◦ green 149 ◦ blue 175

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

Shades of Kobi #E795AF

Tints of Kobi #E795AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.85%

 BLUE value IS 175 (68.75% from 255) = 31.53%

R = 41.62%
G = 26.85%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E795AF (or 0xE795AF) is known color: Kobi. HEX triplet: E7, 95 and AF. RGB value is (231,149,175). Sum of RGB (Red+Green+Blue) = 231+149+175=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E795AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E795AF is #186A50. Grayscale: #B0B0B0. Windows color (decimal): -1600081 or 11507175. OLE color: 11507175.

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

Color convert

RGB 231 149 175 -
CMYK 0 0.35 0.24 0.09
HSL 340.98º 0.63% 0.75% -
HSV(B) 340.98º 0.35% 0.91% -
XYZ 51.44 41.58 45.87 -
YUV 176.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 231 149 175 0 0.35 0.24 0.09 340.98 0.63 0.75
Hex E7 95 AF 0 23 18 9 155 3F 4B
Octal 347 225 257 0 43 30 11 525 77 113
Binary 11100111 10010101 10101111 0 100011 11000 1001 101010101 111111 1001011

Color Harmonies of #E795AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E795AF

Black with #E795AF

Text Example


Text Example

White with #E795AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E795AF; }

 p { color: rgb(231,149,175); }

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

background-color css

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

 a { background-color: rgb(231,149,175); }

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

border-color css

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

 span { border-color: rgb(231,149,175); }

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