Html Css Color HEX #E6737B Froly

📋 copy color: '#E6737B'

red 230 ◦ green 115 ◦ blue 123

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

Shades of Froly #E6737B

Tints of Froly #E6737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 49.15%
G = 24.57%
B = 26.28%

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

#E6737B (or 0xE6737B) is known color: Froly. HEX triplet: E6, 73 and 7B. RGB value is (230,115,123). Sum of RGB (Red+Green+Blue) = 230+115+123=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6737B is #198C84. Grayscale: #969696. Windows color (decimal): -1674373 or 8090598. OLE color: 8090598.

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

Color convert

RGB 230 115 123 -
CMYK 0 0.5 0.47 0.10
HSL 355.83º 0.7% 0.68% -
HSV(B) 355.83º 0.5% 0.9% -
XYZ 42.34 30.51 22.4 -
YUV 150.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 230 115 123 0 0.5 0.47 0.10 355.83 0.7 0.68
Hex E6 73 7B 0 32 2F A 164 46 44
Octal 346 163 173 0 62 57 12 544 106 104
Binary 11100110 1110011 1111011 0 110010 101111 1010 101100100 1000110 1000100

Color Harmonies of #E6737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6737B

Black with #E6737B

Text Example


Text Example

White with #E6737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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