Html Css Color HEX #E25B6E Froly

📋 copy color: '#E25B6E'

red 226 ◦ green 91 ◦ blue 110

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

Shades of Froly #E25B6E

Tints of Froly #E25B6E

RGB

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

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

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

R = 52.93%
G = 21.31%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E25B6E (or 0xE25B6E) is known color: Froly. HEX triplet: E2, 5B and 6E. RGB value is (226,91,110). Sum of RGB (Red+Green+Blue) = 226+91+110=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B6E is #1DA491. Grayscale: #858585. Windows color (decimal): -1942674 or 7232482. OLE color: 7232482.

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

Color convert

RGB 226 91 110 -
CMYK 0 0.60 0.51 0.11
HSL 351.56º 0.7% 0.62% -
HSV(B) 351.56º 0.6% 0.89% -
XYZ 37.92 24.78 17.54 -
YUV 133.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 226 91 110 0 0.60 0.51 0.11 351.56 0.7 0.62
Hex E2 5B 6E 0 3C 33 B 160 46 3E
Octal 342 133 156 0 74 63 13 540 106 76
Binary 11100010 1011011 1101110 0 111100 110011 1011 101100000 1000110 111110

Color Harmonies of #E25B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B6E

Black with #E25B6E

Text Example


Text Example

White with #E25B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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