Html Css Color HEX #E0647C Froly

📋 copy color: '#E0647C'

red 224 ◦ green 100 ◦ blue 124

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

Shades of Froly #E0647C

Tints of Froly #E0647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 50%
G = 22.32%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0647C (or 0xE0647C) is known color: Froly. HEX triplet: E0, 64 and 7C. RGB value is (224,100,124). Sum of RGB (Red+Green+Blue) = 224+100+124=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0647C is #1F9B83. Grayscale: #8B8B8B. Windows color (decimal): -2071428 or 8152288. OLE color: 8152288.

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

Color convert

RGB 224 100 124 -
CMYK 0 0.55 0.45 0.12
HSL 348.39º 0.67% 0.64% -
HSV(B) 348.39º 0.55% 0.88% -
XYZ 38.94 26.42 22.12 -
YUV 139.81 119.08 188.05 -
System Red Green Blue C M Y K H S L
Decimal 224 100 124 0 0.55 0.45 0.12 348.39 0.67 0.64
Hex E0 64 7C 0 37 2D C 15C 43 40
Octal 340 144 174 0 67 55 14 534 103 100
Binary 11100000 1100100 1111100 0 110111 101101 1100 101011100 1000011 1000000

Color Harmonies of #E0647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0647C

Black with #E0647C

Text Example


Text Example

White with #E0647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0647C; }

 p { color: rgb(224,100,124); }

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

background-color css

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

 a { background-color: rgb(224,100,124); }

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

border-color css

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

 span { border-color: rgb(224,100,124); }

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