Html Css Color HEX #E0677B Froly

📋 copy color: '#E0677B'

red 224 ◦ green 103 ◦ blue 123

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

Shades of Froly #E0677B

Tints of Froly #E0677B

RGB

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

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

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

R = 49.78%
G = 22.89%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0677B (or 0xE0677B) is known color: Froly. HEX triplet: E0, 67 and 7B. RGB value is (224,103,123). Sum of RGB (Red+Green+Blue) = 224+103+123=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0677B is #1F9884. Grayscale: #8D8D8D. Windows color (decimal): -2070661 or 8087520. OLE color: 8087520.

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

Color convert

RGB 224 103 123 -
CMYK 0 0.54 0.45 0.12
HSL 350.08º 0.66% 0.64% -
HSV(B) 350.08º 0.54% 0.88% -
XYZ 39.17 26.98 21.88 -
YUV 141.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 224 103 123 0 0.54 0.45 0.12 350.08 0.66 0.64
Hex E0 67 7B 0 36 2D C 15E 42 40
Octal 340 147 173 0 66 55 14 536 102 100
Binary 11100000 1100111 1111011 0 110110 101101 1100 101011110 1000010 1000000

Color Harmonies of #E0677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0677B

Black with #E0677B

Text Example


Text Example

White with #E0677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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