Html Css Color HEX #E6656D Froly

📋 copy color: '#E6656D'

red 230 ◦ green 101 ◦ blue 109

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

Shades of Froly #E6656D

Tints of Froly #E6656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 52.27%
G = 22.95%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6656D (or 0xE6656D) is known color: Froly. HEX triplet: E6, 65 and 6D. RGB value is (230,101,109). Sum of RGB (Red+Green+Blue) = 230+101+109=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6656D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6656D is #199A92. Grayscale: #8C8C8C. Windows color (decimal): -1677971 or 7169510. OLE color: 7169510.

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

Color convert

RGB 230 101 109 -
CMYK 0 0.56 0.53 0.10
HSL 356.28º 0.72% 0.65% -
HSV(B) 356.28º 0.56% 0.9% -
XYZ 40.05 27.23 17.61 -
YUV 140.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 230 101 109 0 0.56 0.53 0.10 356.28 0.72 0.65
Hex E6 65 6D 0 38 35 A 164 48 41
Octal 346 145 155 0 70 65 12 544 110 101
Binary 11100110 1100101 1101101 0 111000 110101 1010 101100100 1001000 1000001

Color Harmonies of #E6656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6656D

Black with #E6656D

Text Example


Text Example

White with #E6656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6656D; }

 p { color: rgb(230,101,109); }

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

background-color css

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

 a { background-color: rgb(230,101,109); }

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

border-color css

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

 span { border-color: rgb(230,101,109); }

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