Html Css Color HEX #E392A0 Kobi

📋 copy color: '#E392A0'

red 227 ◦ green 146 ◦ blue 160

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

Shades of Kobi #E392A0

Tints of Kobi #E392A0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.39%

 BLUE value IS 160 (62.89% from 255) = 30.02%

R = 42.59%
G = 27.39%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E392A0 (or 0xE392A0) is known color: Kobi. HEX triplet: E3, 92 and A0. RGB value is (227,146,160). Sum of RGB (Red+Green+Blue) = 227+146+160=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E392A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E392A0 is #1C6D5F. Grayscale: #ABABAB. Windows color (decimal): -1863008 or 10523363. OLE color: 10523363.

HSL color Cylindrical-coordinate representation of color #E392A0: hue angle of 349.63º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392A0 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 146 160 -
CMYK 0 0.36 0.30 0.11
HSL 349.63º 0.59% 0.73% -
HSV(B) 349.63º 0.36% 0.89% -
XYZ 48.3 39.43 38.32 -
YUV 171.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 227 146 160 0 0.36 0.30 0.11 349.63 0.59 0.73
Hex E3 92 A0 0 24 1E B 15E 3B 49
Octal 343 222 240 0 44 36 13 536 73 111
Binary 11100011 10010010 10100000 0 100100 11110 1011 101011110 111011 1001001

Color Harmonies of #E392A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E392A0

Black with #E392A0

Text Example


Text Example

White with #E392A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E392A0; }

 p { color: rgb(227,146,160); }

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

background-color css

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

 a { background-color: rgb(227,146,160); }

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

border-color css

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

 span { border-color: rgb(227,146,160); }

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