Html Css Color HEX #E6737D Froly

📋 copy color: '#E6737D'

red 230 ◦ green 115 ◦ blue 125

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

Shades of Froly #E6737D

Tints of Froly #E6737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 48.94%
G = 24.47%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6737D (or 0xE6737D) is known color: Froly. HEX triplet: E6, 73 and 7D. RGB value is (230,115,125). Sum of RGB (Red+Green+Blue) = 230+115+125=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6737D is #198C82. Grayscale: #969696. Windows color (decimal): -1674371 or 8221670. OLE color: 8221670.

HSL color Cylindrical-coordinate representation of color #E6737D: hue angle of 354.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6737D is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 125 -
CMYK 0 0.5 0.46 0.10
HSL 354.78º 0.7% 0.68% -
HSV(B) 354.78º 0.5% 0.9% -
XYZ 42.47 30.57 23.06 -
YUV 150.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 230 115 125 0 0.5 0.46 0.10 354.78 0.7 0.68
Hex E6 73 7D 0 32 2E A 163 46 44
Octal 346 163 175 0 62 56 12 543 106 104
Binary 11100110 1110011 1111101 0 110010 101110 1010 101100011 1000110 1000100

Color Harmonies of #E6737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6737D

Black with #E6737D

Text Example


Text Example

White with #E6737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6737D; }

 p { color: rgb(230,115,125); }

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

background-color css

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

 a { background-color: rgb(230,115,125); }

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

border-color css

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

 span { border-color: rgb(230,115,125); }

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