Html Css Color HEX #E396AA Kobi

📋 copy color: '#E396AA'

red 227 ◦ green 150 ◦ blue 170

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

Shades of Kobi #E396AA

Tints of Kobi #E396AA

RGB

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

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

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

R = 41.5%
G = 27.42%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E396AA (or 0xE396AA) is known color: Kobi. HEX triplet: E3, 96 and AA. RGB value is (227,150,170). Sum of RGB (Red+Green+Blue) = 227+150+170=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E396AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E396AA is #1C6955. Grayscale: #AFAFAF. Windows color (decimal): -1861974 or 11179747. OLE color: 11179747.

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

Color convert

RGB 227 150 170 -
CMYK 0 0.34 0.25 0.11
HSL 344.42º 0.58% 0.74% -
HSV(B) 344.42º 0.34% 0.89% -
XYZ 49.84 41.05 43.33 -
YUV 175.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 227 150 170 0 0.34 0.25 0.11 344.42 0.58 0.74
Hex E3 96 AA 0 22 19 B 158 3A 4A
Octal 343 226 252 0 42 31 13 530 72 112
Binary 11100011 10010110 10101010 0 100010 11001 1011 101011000 111010 1001010

Color Harmonies of #E396AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E396AA

Black with #E396AA

Text Example


Text Example

White with #E396AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E396AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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