Html Css Color HEX #E6646A Froly

📋 copy color: '#E6646A'

red 230 ◦ green 100 ◦ blue 106

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

Shades of Froly #E6646A

Tints of Froly #E6646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 52.75%
G = 22.94%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6646A (or 0xE6646A) is known color: Froly. HEX triplet: E6, 64 and 6A. RGB value is (230,100,106). Sum of RGB (Red+Green+Blue) = 230+100+106=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6646A is #199B95. Grayscale: #8B8B8B. Windows color (decimal): -1678230 or 6972646. OLE color: 6972646.

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

Color convert

RGB 230 100 106 -
CMYK 0 0.57 0.54 0.10
HSL 357.23º 0.72% 0.65% -
HSV(B) 357.23º 0.57% 0.9% -
XYZ 39.79 26.98 16.75 -
YUV 139.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 230 100 106 0 0.57 0.54 0.10 357.23 0.72 0.65
Hex E6 64 6A 0 39 36 A 165 48 41
Octal 346 144 152 0 71 66 12 545 110 101
Binary 11100110 1100100 1101010 0 111001 110110 1010 101100101 1001000 1000001

Color Harmonies of #E6646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6646A

Black with #E6646A

Text Example


Text Example

White with #E6646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6646A; }

 p { color: rgb(230,100,106); }

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

background-color css

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

 a { background-color: rgb(230,100,106); }

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

border-color css

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

 span { border-color: rgb(230,100,106); }

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