Html Css Color HEX #E06670 Froly

📋 copy color: '#E06670'

red 224 ◦ green 102 ◦ blue 112

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

Shades of Froly #E06670

Tints of Froly #E06670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 51.14%
G = 23.29%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E06670 (or 0xE06670) is known color: Froly. HEX triplet: E0, 66 and 70. RGB value is (224,102,112). Sum of RGB (Red+Green+Blue) = 224+102+112=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06670 is #1F998F. Grayscale: #8B8B8B. Windows color (decimal): -2070928 or 7366368. OLE color: 7366368.

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

Color convert

RGB 224 102 112 -
CMYK 0 0.54 0.50 0.12
HSL 355.08º 0.66% 0.64% -
HSV(B) 355.08º 0.54% 0.88% -
XYZ 38.42 26.52 18.42 -
YUV 139.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 224 102 112 0 0.54 0.50 0.12 355.08 0.66 0.64
Hex E0 66 70 0 36 32 C 163 42 40
Octal 340 146 160 0 66 62 14 543 102 100
Binary 11100000 1100110 1110000 0 110110 110010 1100 101100011 1000010 1000000

Color Harmonies of #E06670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06670

Black with #E06670

Text Example


Text Example

White with #E06670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06670; }

 p { color: rgb(224,102,112); }

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

background-color css

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

 a { background-color: rgb(224,102,112); }

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

border-color css

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

 span { border-color: rgb(224,102,112); }

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