Html Css Color HEX #E6757C Froly

📋 copy color: '#E6757C'

red 230 ◦ green 117 ◦ blue 124

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

Shades of Froly #E6757C

Tints of Froly #E6757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.84%

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 48.83%
G = 24.84%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6757C (or 0xE6757C) is known color: Froly. HEX triplet: E6, 75 and 7C. RGB value is (230,117,124). Sum of RGB (Red+Green+Blue) = 230+117+124=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6757C is #198A83. Grayscale: #979797. Windows color (decimal): -1673860 or 8156646. OLE color: 8156646.

HSL color Cylindrical-coordinate representation of color #E6757C: hue angle of 356.28º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6757C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 124 -
CMYK 0 0.49 0.46 0.10
HSL 356.28º 0.69% 0.68% -
HSV(B) 356.28º 0.49% 0.9% -
XYZ 42.63 31 22.81 -
YUV 151.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 230 117 124 0 0.49 0.46 0.10 356.28 0.69 0.68
Hex E6 75 7C 0 31 2E A 164 45 44
Octal 346 165 174 0 61 56 12 544 105 104
Binary 11100110 1110101 1111100 0 110001 101110 1010 101100100 1000101 1000100

Color Harmonies of #E6757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6757C

Black with #E6757C

Text Example


Text Example

White with #E6757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6757C; }

 p { color: rgb(230,117,124); }

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

background-color css

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

 a { background-color: rgb(230,117,124); }

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

border-color css

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

 span { border-color: rgb(230,117,124); }

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