Html Css Color HEX #E6656E Froly

📋 copy color: '#E6656E'

red 230 ◦ green 101 ◦ blue 110

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

Shades of Froly #E6656E

Tints of Froly #E6656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.94%

R = 52.15%
G = 22.9%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6656E (or 0xE6656E) is known color: Froly. HEX triplet: E6, 65 and 6E. RGB value is (230,101,110). Sum of RGB (Red+Green+Blue) = 230+101+110=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6656E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6656E is #199A91. Grayscale: #8C8C8C. Windows color (decimal): -1677970 or 7235046. OLE color: 7235046.

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

Color convert

RGB 230 101 110 -
CMYK 0 0.56 0.52 0.10
HSL 355.81º 0.72% 0.65% -
HSV(B) 355.81º 0.56% 0.9% -
XYZ 40.1 27.26 17.9 -
YUV 140.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 230 101 110 0 0.56 0.52 0.10 355.81 0.72 0.65
Hex E6 65 6E 0 38 34 A 164 48 41
Octal 346 145 156 0 70 64 12 544 110 101
Binary 11100110 1100101 1101110 0 111000 110100 1010 101100100 1001000 1000001

Color Harmonies of #E6656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6656E

Black with #E6656E

Text Example


Text Example

White with #E6656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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