Html Css Color HEX #E590A8 Kobi

📋 copy color: '#E590A8'

red 229 ◦ green 144 ◦ blue 168

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

Shades of Kobi #E590A8

Tints of Kobi #E590A8

RGB

 RED value IS 229 (89.84% from 255) = 42.33%

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

 BLUE value IS 168 (66.02% from 255) = 31.05%

R = 42.33%
G = 26.62%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E590A8 (or 0xE590A8) is known color: Kobi. HEX triplet: E5, 90 and A8. RGB value is (229,144,168). Sum of RGB (Red+Green+Blue) = 229+144+168=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E590A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E590A8 is #1A6F57. Grayscale: #ACACAC. Windows color (decimal): -1732440 or 11047141. OLE color: 11047141.

HSL color Cylindrical-coordinate representation of color #E590A8: hue angle of 343.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590A8 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 144 168 -
CMYK 0 0.37 0.27 0.10
HSL 343.06º 0.62% 0.73% -
HSV(B) 343.06º 0.37% 0.9% -
XYZ 49.35 39.43 42.06 -
YUV 172.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 229 144 168 0 0.37 0.27 0.10 343.06 0.62 0.73
Hex E5 90 A8 0 25 1B A 157 3E 49
Octal 345 220 250 0 45 33 12 527 76 111
Binary 11100101 10010000 10101000 0 100101 11011 1010 101010111 111110 1001001

Color Harmonies of #E590A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590A8

Black with #E590A8

Text Example


Text Example

White with #E590A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590A8; }

 p { color: rgb(229,144,168); }

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

background-color css

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

 a { background-color: rgb(229,144,168); }

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

border-color css

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

 span { border-color: rgb(229,144,168); }

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