Html Css Color HEX #E594AD Kobi

📋 copy color: '#E594AD'

red 229 ◦ green 148 ◦ blue 173

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

Shades of Kobi #E594AD

Tints of Kobi #E594AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.91%

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

R = 41.64%
G = 26.91%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E594AD (or 0xE594AD) is known color: Kobi. HEX triplet: E5, 94 and AD. RGB value is (229,148,173). Sum of RGB (Red+Green+Blue) = 229+148+173=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E594AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594AD is #1A6B52. Grayscale: #AFAFAF. Windows color (decimal): -1731411 or 11375845. OLE color: 11375845.

HSL color Cylindrical-coordinate representation of color #E594AD: hue angle of 341.48º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594AD is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 173 -
CMYK 0 0.35 0.24 0.10
HSL 341.48º 0.61% 0.74% -
HSV(B) 341.48º 0.35% 0.9% -
XYZ 50.45 40.85 44.76 -
YUV 175.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 229 148 173 0 0.35 0.24 0.10 341.48 0.61 0.74
Hex E5 94 AD 0 23 18 A 155 3D 4A
Octal 345 224 255 0 43 30 12 525 75 112
Binary 11100101 10010100 10101101 0 100011 11000 1010 101010101 111101 1001010

Color Harmonies of #E594AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594AD

Black with #E594AD

Text Example


Text Example

White with #E594AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594AD; }

 p { color: rgb(229,148,173); }

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

background-color css

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

 a { background-color: rgb(229,148,173); }

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

border-color css

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

 span { border-color: rgb(229,148,173); }

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