Html Css Color HEX #E6737A Froly

📋 copy color: '#E6737A'

red 230 ◦ green 115 ◦ blue 122

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

Shades of Froly #E6737A

Tints of Froly #E6737A

RGB

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

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

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

R = 49.25%
G = 24.63%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6737A (or 0xE6737A) is known color: Froly. HEX triplet: E6, 73 and 7A. RGB value is (230,115,122). Sum of RGB (Red+Green+Blue) = 230+115+122=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6737A is #198C85. Grayscale: #969696. Windows color (decimal): -1674374 or 8025062. OLE color: 8025062.

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

Color convert

RGB 230 115 122 -
CMYK 0 0.5 0.47 0.10
HSL 356.35º 0.7% 0.68% -
HSV(B) 356.35º 0.5% 0.9% -
XYZ 42.28 30.49 22.07 -
YUV 150.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 230 115 122 0 0.5 0.47 0.10 356.35 0.7 0.68
Hex E6 73 7A 0 32 2F A 164 46 44
Octal 346 163 172 0 62 57 12 544 106 104
Binary 11100110 1110011 1111010 0 110010 101111 1010 101100100 1000110 1000100

Color Harmonies of #E6737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6737A

Black with #E6737A

Text Example


Text Example

White with #E6737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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