Html Css Color HEX #E6616D Froly

📋 copy color: '#E6616D'

red 230 ◦ green 97 ◦ blue 109

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

Shades of Froly #E6616D

Tints of Froly #E6616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 52.75%
G = 22.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6616D (or 0xE6616D) is known color: Froly. HEX triplet: E6, 61 and 6D. RGB value is (230,97,109). Sum of RGB (Red+Green+Blue) = 230+97+109=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6616D is #199E92. Grayscale: #8A8A8A. Windows color (decimal): -1678995 or 7168486. OLE color: 7168486.

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

Color convert

RGB 230 97 109 -
CMYK 0 0.58 0.53 0.10
HSL 354.59º 0.73% 0.64% -
HSV(B) 354.59º 0.58% 0.9% -
XYZ 39.67 26.48 17.49 -
YUV 138.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 230 97 109 0 0.58 0.53 0.10 354.59 0.73 0.64
Hex E6 61 6D 0 3A 35 A 163 49 40
Octal 346 141 155 0 72 65 12 543 111 100
Binary 11100110 1100001 1101101 0 111010 110101 1010 101100011 1001001 1000000

Color Harmonies of #E6616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6616D

Black with #E6616D

Text Example


Text Example

White with #E6616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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