Html Css Color HEX #E396AD Kobi

📋 copy color: '#E396AD'

red 227 ◦ green 150 ◦ blue 173

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

Shades of Kobi #E396AD

Tints of Kobi #E396AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.45%

R = 41.27%
G = 27.27%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E396AD (or 0xE396AD) is known color: Kobi. HEX triplet: E3, 96 and AD. RGB value is (227,150,173). Sum of RGB (Red+Green+Blue) = 227+150+173=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E396AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396AD is #1C6952. Grayscale: #AFAFAF. Windows color (decimal): -1861971 or 11376355. OLE color: 11376355.

HSL color Cylindrical-coordinate representation of color #E396AD: hue angle of 342.08º 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 #E396AD is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 150 173 -
CMYK 0 0.34 0.24 0.11
HSL 342.08º 0.58% 0.74% -
HSV(B) 342.08º 0.34% 0.89% -
XYZ 50.13 41.16 44.84 -
YUV 175.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 227 150 173 0 0.34 0.24 0.11 342.08 0.58 0.74
Hex E3 96 AD 0 22 18 B 156 3A 4A
Octal 343 226 255 0 42 30 13 526 72 112
Binary 11100011 10010110 10101101 0 100010 11000 1011 101010110 111010 1001010

Color Harmonies of #E396AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396AD

Black with #E396AD

Text Example


Text Example

White with #E396AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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