Html Css Color HEX #E06774 Froly

📋 copy color: '#E06774'

red 224 ◦ green 103 ◦ blue 116

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

Shades of Froly #E06774

Tints of Froly #E06774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 50.56%
G = 23.25%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06774 (or 0xE06774) is known color: Froly. HEX triplet: E0, 67 and 74. RGB value is (224,103,116). Sum of RGB (Red+Green+Blue) = 224+103+116=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06774 is #1F988B. Grayscale: #8C8C8C. Windows color (decimal): -2070668 or 7628768. OLE color: 7628768.

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

Color convert

RGB 224 103 116 -
CMYK 0 0.54 0.48 0.12
HSL 353.55º 0.66% 0.64% -
HSV(B) 353.55º 0.54% 0.88% -
XYZ 38.74 26.81 19.66 -
YUV 140.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 224 103 116 0 0.54 0.48 0.12 353.55 0.66 0.64
Hex E0 67 74 0 36 30 C 162 42 40
Octal 340 147 164 0 66 60 14 542 102 100
Binary 11100000 1100111 1110100 0 110110 110000 1100 101100010 1000010 1000000

Color Harmonies of #E06774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06774

Black with #E06774

Text Example


Text Example

White with #E06774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06774; }

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

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

background-color css

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

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

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

border-color css

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

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

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