Html Css Color HEX #E06375 Froly

📋 copy color: '#E06375'

red 224 ◦ green 99 ◦ blue 117

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

Shades of Froly #E06375

Tints of Froly #E06375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.5%

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

R = 50.91%
G = 22.5%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06375 (or 0xE06375) is known color: Froly. HEX triplet: E0, 63 and 75. RGB value is (224,99,117). Sum of RGB (Red+Green+Blue) = 224+99+117=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06375 is #1F9C8A. Grayscale: #8A8A8A. Windows color (decimal): -2071691 or 7693280. OLE color: 7693280.

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

Color convert

RGB 224 99 117 -
CMYK 0 0.56 0.48 0.12
HSL 351.36º 0.67% 0.63% -
HSV(B) 351.36º 0.56% 0.88% -
XYZ 38.41 26.06 19.83 -
YUV 138.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 224 99 117 0 0.56 0.48 0.12 351.36 0.67 0.63
Hex E0 63 75 0 38 30 C 15F 43 3F
Octal 340 143 165 0 70 60 14 537 103 77
Binary 11100000 1100011 1110101 0 111000 110000 1100 101011111 1000011 111111

Color Harmonies of #E06375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06375

Black with #E06375

Text Example


Text Example

White with #E06375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06375; }

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

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

background-color css

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

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

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

border-color css

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

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

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