Html Css Color HEX #E6596C Froly

📋 copy color: '#E6596C'

red 230 ◦ green 89 ◦ blue 108

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

Shades of Froly #E6596C

Tints of Froly #E6596C

RGB

 RED value IS 230 (90.23% from 255) = 53.86%

 GREEN value IS 89 (35.16% from 255) = 20.84%

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 53.86%
G = 20.84%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6596C (or 0xE6596C) is known color: Froly. HEX triplet: E6, 59 and 6C. RGB value is (230,89,108). Sum of RGB (Red+Green+Blue) = 230+89+108=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6596C is #19A693. Grayscale: #858585. Windows color (decimal): -1681044 or 7100902. OLE color: 7100902.

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

Color convert

RGB 230 89 108 -
CMYK 0 0.61 0.53 0.10
HSL 351.91º 0.74% 0.63% -
HSV(B) 351.91º 0.61% 0.9% -
XYZ 38.91 25.05 16.97 -
YUV 133.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 230 89 108 0 0.61 0.53 0.10 351.91 0.74 0.63
Hex E6 59 6C 0 3D 35 A 160 4A 3F
Octal 346 131 154 0 75 65 12 540 112 77
Binary 11100110 1011001 1101100 0 111101 110101 1010 101100000 1001010 111111

Color Harmonies of #E6596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6596C

Black with #E6596C

Text Example


Text Example

White with #E6596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6596C; }

 p { color: rgb(230,89,108); }

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

background-color css

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

 a { background-color: rgb(230,89,108); }

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

border-color css

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

 span { border-color: rgb(230,89,108); }

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