Html Css Color HEX #E25C68 Froly

📋 copy color: '#E25C68'

red 226 ◦ green 92 ◦ blue 104

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

Shades of Froly #E25C68

Tints of Froly #E25C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 53.55%
G = 21.8%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E25C68 (or 0xE25C68) is known color: Froly. HEX triplet: E2, 5C and 68. RGB value is (226,92,104). Sum of RGB (Red+Green+Blue) = 226+92+104=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C68 is #1DA397. Grayscale: #858585. Windows color (decimal): -1942424 or 6839522. OLE color: 6839522.

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

Color convert

RGB 226 92 104 -
CMYK 0 0.59 0.54 0.11
HSL 354.63º 0.7% 0.62% -
HSV(B) 354.63º 0.59% 0.89% -
XYZ 37.69 24.82 15.9 -
YUV 133.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 226 92 104 0 0.59 0.54 0.11 354.63 0.7 0.62
Hex E2 5C 68 0 3B 36 B 163 46 3E
Octal 342 134 150 0 73 66 13 543 106 76
Binary 11100010 1011100 1101000 0 111011 110110 1011 101100011 1000110 111110

Color Harmonies of #E25C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C68

Black with #E25C68

Text Example


Text Example

White with #E25C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C68; }

 p { color: rgb(226,92,104); }

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

background-color css

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

 a { background-color: rgb(226,92,104); }

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

border-color css

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

 span { border-color: rgb(226,92,104); }

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