Html Css Color HEX #E6647A Froly

📋 copy color: '#E6647A'

red 230 ◦ green 100 ◦ blue 122

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

Shades of Froly #E6647A

Tints of Froly #E6647A

RGB

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

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

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

R = 50.88%
G = 22.12%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6647A (or 0xE6647A) is known color: Froly. HEX triplet: E6, 64 and 7A. RGB value is (230,100,122). Sum of RGB (Red+Green+Blue) = 230+100+122=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6647A is #199B85. Grayscale: #8D8D8D. Windows color (decimal): -1678214 or 8021222. OLE color: 8021222.

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

Color convert

RGB 230 100 122 -
CMYK 0 0.57 0.47 0.10
HSL 349.85º 0.72% 0.65% -
HSV(B) 349.85º 0.57% 0.9% -
XYZ 40.7 27.34 21.54 -
YUV 141.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 230 100 122 0 0.57 0.47 0.10 349.85 0.72 0.65
Hex E6 64 7A 0 39 2F A 15E 48 41
Octal 346 144 172 0 71 57 12 536 110 101
Binary 11100110 1100100 1111010 0 111001 101111 1010 101011110 1001000 1000001

Color Harmonies of #E6647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6647A

Black with #E6647A

Text Example


Text Example

White with #E6647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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