Html Css Color HEX #E6606D Froly

📋 copy color: '#E6606D'

red 230 ◦ green 96 ◦ blue 109

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

Shades of Froly #E6606D

Tints of Froly #E6606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

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

R = 52.87%
G = 22.07%
B = 25.06%

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

#E6606D (or 0xE6606D) is known color: Froly. HEX triplet: E6, 60 and 6D. RGB value is (230,96,109). Sum of RGB (Red+Green+Blue) = 230+96+109=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6606D is #199F92. Grayscale: #898989. Windows color (decimal): -1679251 or 7168230. OLE color: 7168230.

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

Color convert

RGB 230 96 109 -
CMYK 0 0.58 0.53 0.10
HSL 354.18º 0.73% 0.64% -
HSV(B) 354.18º 0.58% 0.9% -
XYZ 39.58 26.29 17.46 -
YUV 137.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 230 96 109 0 0.58 0.53 0.10 354.18 0.73 0.64
Hex E6 60 6D 0 3A 35 A 162 49 40
Octal 346 140 155 0 72 65 12 542 111 100
Binary 11100110 1100000 1101101 0 111010 110101 1010 101100010 1001001 1000000

Color Harmonies of #E6606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6606D

Black with #E6606D

Text Example


Text Example

White with #E6606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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