Html Css Color HEX #E25D65 Froly

📋 copy color: '#E25D65'

red 226 ◦ green 93 ◦ blue 101

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

Shades of Froly #E25D65

Tints of Froly #E25D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 53.81%
G = 22.14%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E25D65 (or 0xE25D65) is known color: Froly. HEX triplet: E2, 5D and 65. RGB value is (226,93,101). Sum of RGB (Red+Green+Blue) = 226+93+101=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D65 is #1DA29A. Grayscale: #858585. Windows color (decimal): -1942171 or 6643170. OLE color: 6643170.

HSL color Cylindrical-coordinate representation of color #E25D65: hue angle of 356.39º 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 #E25D65 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 101 -
CMYK 0 0.59 0.55 0.11
HSL 356.39º 0.7% 0.63% -
HSV(B) 356.39º 0.59% 0.89% -
XYZ 37.63 24.94 15.14 -
YUV 133.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 226 93 101 0 0.59 0.55 0.11 356.39 0.7 0.63
Hex E2 5D 65 0 3B 37 B 164 46 3F
Octal 342 135 145 0 73 67 13 544 106 77
Binary 11100010 1011101 1100101 0 111011 110111 1011 101100100 1000110 111111

Color Harmonies of #E25D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D65

Black with #E25D65

Text Example


Text Example

White with #E25D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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