Html Css Color HEX #E58FA5 Kobi

📋 copy color: '#E58FA5'

red 229 ◦ green 143 ◦ blue 165

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

Shades of Kobi #E58FA5

Tints of Kobi #E58FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

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

R = 42.64%
G = 26.63%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E58FA5 (or 0xE58FA5) is known color: Kobi. HEX triplet: E5, 8F and A5. RGB value is (229,143,165). Sum of RGB (Red+Green+Blue) = 229+143+165=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FA5 is #1A705A. Grayscale: #ABABAB. Windows color (decimal): -1732699 or 10850277. OLE color: 10850277.

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

Color convert

RGB 229 143 165 -
CMYK 0 0.38 0.28 0.10
HSL 344.65º 0.62% 0.73% -
HSV(B) 344.65º 0.38% 0.9% -
XYZ 48.93 39.02 40.55 -
YUV 171.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 229 143 165 0 0.38 0.28 0.10 344.65 0.62 0.73
Hex E5 8F A5 0 26 1C A 159 3E 49
Octal 345 217 245 0 46 34 12 531 76 111
Binary 11100101 10001111 10100101 0 100110 11100 1010 101011001 111110 1001001

Color Harmonies of #E58FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FA5

Black with #E58FA5

Text Example


Text Example

White with #E58FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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