Html Css Color HEX #E25B66 Froly

📋 copy color: '#E25B66'

red 226 ◦ green 91 ◦ blue 102

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

Shades of Froly #E25B66

Tints of Froly #E25B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.72%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 53.94%
G = 21.72%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E25B66 (or 0xE25B66) is known color: Froly. HEX triplet: E2, 5B and 66. RGB value is (226,91,102). Sum of RGB (Red+Green+Blue) = 226+91+102=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B66 is #1DA499. Grayscale: #848484. Windows color (decimal): -1942682 or 6708194. OLE color: 6708194.

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

Color convert

RGB 226 91 102 -
CMYK 0 0.60 0.55 0.11
HSL 355.11º 0.7% 0.62% -
HSV(B) 355.11º 0.6% 0.89% -
XYZ 37.5 24.61 15.34 -
YUV 132.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 226 91 102 0 0.60 0.55 0.11 355.11 0.7 0.62
Hex E2 5B 66 0 3C 37 B 163 46 3E
Octal 342 133 146 0 74 67 13 543 106 76
Binary 11100010 1011011 1100110 0 111100 110111 1011 101100011 1000110 111110

Color Harmonies of #E25B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B66

Black with #E25B66

Text Example


Text Example

White with #E25B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B66; }

 p { color: rgb(226,91,102); }

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

background-color css

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

 a { background-color: rgb(226,91,102); }

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

border-color css

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

 span { border-color: rgb(226,91,102); }

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