Html Css Color HEX #E05E6E Froly

📋 copy color: '#E05E6E'

red 224 ◦ green 94 ◦ blue 110

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

Shades of Froly #E05E6E

Tints of Froly #E05E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 52.34%
G = 21.96%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E05E6E (or 0xE05E6E) is known color: Froly. HEX triplet: E0, 5E and 6E. RGB value is (224,94,110). Sum of RGB (Red+Green+Blue) = 224+94+110=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E6E is #1FA191. Grayscale: #868686. Windows color (decimal): -2072978 or 7233248. OLE color: 7233248.

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

Color convert

RGB 224 94 110 -
CMYK 0 0.58 0.51 0.12
HSL 352.62º 0.68% 0.62% -
HSV(B) 352.62º 0.58% 0.88% -
XYZ 37.56 24.98 17.59 -
YUV 134.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 224 94 110 0 0.58 0.51 0.12 352.62 0.68 0.62
Hex E0 5E 6E 0 3A 33 C 161 44 3E
Octal 340 136 156 0 72 63 14 541 104 76
Binary 11100000 1011110 1101110 0 111010 110011 1100 101100001 1000100 111110

Color Harmonies of #E05E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E6E

Black with #E05E6E

Text Example


Text Example

White with #E05E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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