Html Css Color HEX #E0676C Froly

📋 copy color: '#E0676C'

red 224 ◦ green 103 ◦ blue 108

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

Shades of Froly #E0676C

Tints of Froly #E0676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 51.49%
G = 23.68%
B = 24.83%

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

#E0676C (or 0xE0676C) is known color: Froly. HEX triplet: E0, 67 and 6C. RGB value is (224,103,108). Sum of RGB (Red+Green+Blue) = 224+103+108=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0676C is #1F9893. Grayscale: #8B8B8B. Windows color (decimal): -2070676 or 7104480. OLE color: 7104480.

HSL color Cylindrical-coordinate representation of color #E0676C: hue angle of 357.52º 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 #E0676C is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 108 -
CMYK 0 0.54 0.52 0.12
HSL 357.52º 0.66% 0.64% -
HSV(B) 357.52º 0.54% 0.88% -
XYZ 38.3 26.63 17.31 -
YUV 139.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 224 103 108 0 0.54 0.52 0.12 357.52 0.66 0.64
Hex E0 67 6C 0 36 34 C 166 42 40
Octal 340 147 154 0 66 64 14 546 102 100
Binary 11100000 1100111 1101100 0 110110 110100 1100 101100110 1000010 1000000

Color Harmonies of #E0676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0676C

Black with #E0676C

Text Example


Text Example

White with #E0676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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