Html Css Color HEX #E390AD Kobi

📋 copy color: '#E390AD'

red 227 ◦ green 144 ◦ blue 173

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

Shades of Kobi #E390AD

Tints of Kobi #E390AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

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

R = 41.73%
G = 26.47%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E390AD (or 0xE390AD) is known color: Kobi. HEX triplet: E3, 90 and AD. RGB value is (227,144,173). Sum of RGB (Red+Green+Blue) = 227+144+173=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E390AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E390AD is #1C6F52. Grayscale: #ACACAC. Windows color (decimal): -1863507 or 11374819. OLE color: 11374819.

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

Color convert

RGB 227 144 173 -
CMYK 0 0.37 0.24 0.11
HSL 339.04º 0.6% 0.73% -
HSV(B) 339.04º 0.37% 0.89% -
XYZ 49.19 39.29 44.53 -
YUV 172.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 227 144 173 0 0.37 0.24 0.11 339.04 0.6 0.73
Hex E3 90 AD 0 25 18 B 153 3C 49
Octal 343 220 255 0 45 30 13 523 74 111
Binary 11100011 10010000 10101101 0 100101 11000 1011 101010011 111100 1001001

Color Harmonies of #E390AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390AD

Black with #E390AD

Text Example


Text Example

White with #E390AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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