Html Css Color HEX #E396AF Kobi

📋 copy color: '#E396AF'

red 227 ◦ green 150 ◦ blue 175

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

Shades of Kobi #E396AF

Tints of Kobi #E396AF

RGB

 RED value IS 227 (89.06% from 255) = 41.12%

 GREEN value IS 150 (58.98% from 255) = 27.17%

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

R = 41.12%
G = 27.17%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E396AF (or 0xE396AF) is known color: Kobi. HEX triplet: E3, 96 and AF. RGB value is (227,150,175). Sum of RGB (Red+Green+Blue) = 227+150+175=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E396AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396AF is #1C6950. Grayscale: #AFAFAF. Windows color (decimal): -1861969 or 11507427. OLE color: 11507427.

HSL color Cylindrical-coordinate representation of color #E396AF: hue angle of 340.52º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E396AF is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 150 175 -
CMYK 0 0.34 0.23 0.11
HSL 340.52º 0.58% 0.74% -
HSV(B) 340.52º 0.34% 0.89% -
XYZ 50.32 41.24 45.87 -
YUV 175.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 227 150 175 0 0.34 0.23 0.11 340.52 0.58 0.74
Hex E3 96 AF 0 22 17 B 155 3A 4A
Octal 343 226 257 0 42 27 13 525 72 112
Binary 11100011 10010110 10101111 0 100010 10111 1011 101010101 111010 1001010

Color Harmonies of #E396AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396AF

Black with #E396AF

Text Example


Text Example

White with #E396AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396AF; }

 p { color: rgb(227,150,175); }

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

background-color css

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

 a { background-color: rgb(227,150,175); }

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

border-color css

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

 span { border-color: rgb(227,150,175); }

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