Html Css Color HEX #E592A5 Kobi

📋 copy color: '#E592A5'

red 229 ◦ green 146 ◦ blue 165

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

Shades of Kobi #E592A5

Tints of Kobi #E592A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.56%

R = 42.41%
G = 27.04%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E592A5 (or 0xE592A5) is known color: Kobi. HEX triplet: E5, 92 and A5. RGB value is (229,146,165). Sum of RGB (Red+Green+Blue) = 229+146+165=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E592A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592A5 is #1A6D5A. Grayscale: #ACACAC. Windows color (decimal): -1731931 or 10851045. OLE color: 10851045.

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

Color convert

RGB 229 146 165 -
CMYK 0 0.36 0.28 0.10
HSL 346.27º 0.61% 0.74% -
HSV(B) 346.27º 0.36% 0.9% -
XYZ 49.38 39.93 40.7 -
YUV 172.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 229 146 165 0 0.36 0.28 0.10 346.27 0.61 0.74
Hex E5 92 A5 0 24 1C A 15A 3D 4A
Octal 345 222 245 0 44 34 12 532 75 112
Binary 11100101 10010010 10100101 0 100100 11100 1010 101011010 111101 1001010

Color Harmonies of #E592A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E592A5

Black with #E592A5

Text Example


Text Example

White with #E592A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E592A5; }

 p { color: rgb(229,146,165); }

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

background-color css

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

 a { background-color: rgb(229,146,165); }

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

border-color css

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

 span { border-color: rgb(229,146,165); }

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