Html Css Color HEX #E6757F Froly

📋 copy color: '#E6757F'

red 230 ◦ green 117 ◦ blue 127

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

Shades of Froly #E6757F

Tints of Froly #E6757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 48.52%
G = 24.68%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6757F (or 0xE6757F) is known color: Froly. HEX triplet: E6, 75 and 7F. RGB value is (230,117,127). Sum of RGB (Red+Green+Blue) = 230+117+127=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6757F is #198A80. Grayscale: #989898. Windows color (decimal): -1673857 or 8353254. OLE color: 8353254.

HSL color Cylindrical-coordinate representation of color #E6757F: hue angle of 354.69º 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 #E6757F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 127 -
CMYK 0 0.49 0.45 0.10
HSL 354.69º 0.69% 0.68% -
HSV(B) 354.69º 0.49% 0.9% -
XYZ 42.83 31.08 23.82 -
YUV 151.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 230 117 127 0 0.49 0.45 0.10 354.69 0.69 0.68
Hex E6 75 7F 0 31 2D A 163 45 44
Octal 346 165 177 0 61 55 12 543 105 104
Binary 11100110 1110101 1111111 0 110001 101101 1010 101100011 1000101 1000100

Color Harmonies of #E6757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6757F

Black with #E6757F

Text Example


Text Example

White with #E6757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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