Html Css Color HEX #E0676B Froly

📋 copy color: '#E0676B'

red 224 ◦ green 103 ◦ blue 107

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

Shades of Froly #E0676B

Tints of Froly #E0676B

RGB

 RED value IS 224 (87.89% from 255) = 51.61%

 GREEN value IS 103 (40.63% from 255) = 23.73%

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 51.61%
G = 23.73%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0676B (or 0xE0676B) is known color: Froly. HEX triplet: E0, 67 and 6B. RGB value is (224,103,107). Sum of RGB (Red+Green+Blue) = 224+103+107=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0676B is #1F9894. Grayscale: #8B8B8B. Windows color (decimal): -2070677 or 7038944. OLE color: 7038944.

HSL color Cylindrical-coordinate representation of color #E0676B: hue angle of 358.02º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0676B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 107 -
CMYK 0 0.54 0.52 0.12
HSL 358.02º 0.66% 0.64% -
HSV(B) 358.02º 0.54% 0.88% -
XYZ 38.24 26.61 17.03 -
YUV 139.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 224 103 107 0 0.54 0.52 0.12 358.02 0.66 0.64
Hex E0 67 6B 0 36 34 C 166 42 40
Octal 340 147 153 0 66 64 14 546 102 100
Binary 11100000 1100111 1101011 0 110110 110100 1100 101100110 1000010 1000000

Color Harmonies of #E0676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0676B

Black with #E0676B

Text Example


Text Example

White with #E0676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0676B; }

 p { color: rgb(224,103,107); }

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

background-color css

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

 a { background-color: rgb(224,103,107); }

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

border-color css

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

 span { border-color: rgb(224,103,107); }

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