Html Css Color HEX #E06975 Froly

📋 copy color: '#E06975'

red 224 ◦ green 105 ◦ blue 117

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

Shades of Froly #E06975

Tints of Froly #E06975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.54%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 50.22%
G = 23.54%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06975 (or 0xE06975) is known color: Froly. HEX triplet: E0, 69 and 75. RGB value is (224,105,117). Sum of RGB (Red+Green+Blue) = 224+105+117=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E06975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06975 is #1F968A. Grayscale: #8E8E8E. Windows color (decimal): -2070155 or 7694816. OLE color: 7694816.

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

Color convert

RGB 224 105 117 -
CMYK 0 0.53 0.48 0.12
HSL 353.95º 0.66% 0.65% -
HSV(B) 353.95º 0.53% 0.88% -
XYZ 39 27.23 20.03 -
YUV 141.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 224 105 117 0 0.53 0.48 0.12 353.95 0.66 0.65
Hex E0 69 75 0 35 30 C 162 42 41
Octal 340 151 165 0 65 60 14 542 102 101
Binary 11100000 1101001 1110101 0 110101 110000 1100 101100010 1000010 1000001

Color Harmonies of #E06975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06975

Black with #E06975

Text Example


Text Example

White with #E06975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06975; }

 p { color: rgb(224,105,117); }

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

background-color css

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

 a { background-color: rgb(224,105,117); }

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

border-color css

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

 span { border-color: rgb(224,105,117); }

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