Html Css Color HEX #E6757A Froly

📋 copy color: '#E6757A'

red 230 ◦ green 117 ◦ blue 122

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

Shades of Froly #E6757A

Tints of Froly #E6757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 49.04%
G = 24.95%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6757A (or 0xE6757A) is known color: Froly. HEX triplet: E6, 75 and 7A. RGB value is (230,117,122). Sum of RGB (Red+Green+Blue) = 230+117+122=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6757A is #198A85. Grayscale: #979797. Windows color (decimal): -1673862 or 8025574. OLE color: 8025574.

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

Color convert

RGB 230 117 122 -
CMYK 0 0.49 0.47 0.10
HSL 357.35º 0.69% 0.68% -
HSV(B) 357.35º 0.49% 0.9% -
XYZ 42.51 30.95 22.15 -
YUV 151.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 230 117 122 0 0.49 0.47 0.10 357.35 0.69 0.68
Hex E6 75 7A 0 31 2F A 165 45 44
Octal 346 165 172 0 61 57 12 545 105 104
Binary 11100110 1110101 1111010 0 110001 101111 1010 101100101 1000101 1000100

Color Harmonies of #E6757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6757A

Black with #E6757A

Text Example


Text Example

White with #E6757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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