Html Css Color HEX #E25D73 Froly

📋 copy color: '#E25D73'

red 226 ◦ green 93 ◦ blue 115

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

Shades of Froly #E25D73

Tints of Froly #E25D73

RGB

 RED value IS 226 (88.67% from 255) = 52.07%

 GREEN value IS 93 (36.72% from 255) = 21.43%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 52.07%
G = 21.43%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E25D73 (or 0xE25D73) is known color: Froly. HEX triplet: E2, 5D and 73. RGB value is (226,93,115). Sum of RGB (Red+Green+Blue) = 226+93+115=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D73 is #1DA28C. Grayscale: #878787. Windows color (decimal): -1942157 or 7560674. OLE color: 7560674.

HSL color Cylindrical-coordinate representation of color #E25D73: hue angle of 350.08º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D73 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 115 -
CMYK 0 0.59 0.49 0.11
HSL 350.08º 0.7% 0.63% -
HSV(B) 350.08º 0.59% 0.89% -
XYZ 38.37 25.24 19.07 -
YUV 135.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 226 93 115 0 0.59 0.49 0.11 350.08 0.7 0.63
Hex E2 5D 73 0 3B 31 B 15E 46 3F
Octal 342 135 163 0 73 61 13 536 106 77
Binary 11100010 1011101 1110011 0 111011 110001 1011 101011110 1000110 111111

Color Harmonies of #E25D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D73

Black with #E25D73

Text Example


Text Example

White with #E25D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D73; }

 p { color: rgb(226,93,115); }

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

background-color css

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

 a { background-color: rgb(226,93,115); }

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

border-color css

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

 span { border-color: rgb(226,93,115); }

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