Html Css Color HEX #E390AF Kobi

📋 copy color: '#E390AF'

red 227 ◦ green 144 ◦ blue 175

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

Shades of Kobi #E390AF

Tints of Kobi #E390AF

RGB

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

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

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

R = 41.58%
G = 26.37%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E390AF (or 0xE390AF) is known color: Kobi. HEX triplet: E3, 90 and AF. RGB value is (227,144,175). Sum of RGB (Red+Green+Blue) = 227+144+175=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E390AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E390AF is #1C6F50. Grayscale: #ACACAC. Windows color (decimal): -1863505 or 11505891. OLE color: 11505891.

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

Color convert

RGB 227 144 175 -
CMYK 0 0.37 0.23 0.11
HSL 337.59º 0.6% 0.73% -
HSV(B) 337.59º 0.37% 0.89% -
XYZ 49.39 39.37 45.55 -
YUV 172.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 227 144 175 0 0.37 0.23 0.11 337.59 0.6 0.73
Hex E3 90 AF 0 25 17 B 152 3C 49
Octal 343 220 257 0 45 27 13 522 74 111
Binary 11100011 10010000 10101111 0 100101 10111 1011 101010010 111100 1001001

Color Harmonies of #E390AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E390AF

Black with #E390AF

Text Example


Text Example

White with #E390AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E390AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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