Html Css Color HEX #E06E7A Froly

📋 copy color: '#E06E7A'

red 224 ◦ green 110 ◦ blue 122

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

Shades of Froly #E06E7A

Tints of Froly #E06E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.12%

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 49.12%
G = 24.12%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E06E7A (or 0xE06E7A) is known color: Froly. HEX triplet: E0, 6E and 7A. RGB value is (224,110,122). Sum of RGB (Red+Green+Blue) = 224+110+122=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E7A is #1F9185. Grayscale: #919191. Windows color (decimal): -2068870 or 8023776. OLE color: 8023776.

HSL color Cylindrical-coordinate representation of color #E06E7A: hue angle of 353.68º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E7A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 122 -
CMYK 0 0.51 0.46 0.12
HSL 353.68º 0.65% 0.65% -
HSV(B) 353.68º 0.51% 0.88% -
XYZ 39.83 28.4 21.8 -
YUV 145.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 224 110 122 0 0.51 0.46 0.12 353.68 0.65 0.65
Hex E0 6E 7A 0 33 2E C 162 41 41
Octal 340 156 172 0 63 56 14 542 101 101
Binary 11100000 1101110 1111010 0 110011 101110 1100 101100010 1000001 1000001

Color Harmonies of #E06E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E7A

Black with #E06E7A

Text Example


Text Example

White with #E06E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E7A; }

 p { color: rgb(224,110,122); }

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

background-color css

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

 a { background-color: rgb(224,110,122); }

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

border-color css

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

 span { border-color: rgb(224,110,122); }

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