Html Css Color HEX #E25E6A Froly

📋 copy color: '#E25E6A'

red 226 ◦ green 94 ◦ blue 106

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

Shades of Froly #E25E6A

Tints of Froly #E25E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 53.05%
G = 22.07%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E25E6A (or 0xE25E6A) is known color: Froly. HEX triplet: E2, 5E and 6A. RGB value is (226,94,106). Sum of RGB (Red+Green+Blue) = 226+94+106=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E6A is #1DA195. Grayscale: #868686. Windows color (decimal): -1941910 or 6971106. OLE color: 6971106.

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

Color convert

RGB 226 94 106 -
CMYK 0 0.58 0.53 0.11
HSL 354.55º 0.69% 0.63% -
HSV(B) 354.55º 0.58% 0.89% -
XYZ 37.97 25.21 16.5 -
YUV 134.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 226 94 106 0 0.58 0.53 0.11 354.55 0.69 0.63
Hex E2 5E 6A 0 3A 35 B 163 45 3F
Octal 342 136 152 0 72 65 13 543 105 77
Binary 11100010 1011110 1101010 0 111010 110101 1011 101100011 1000101 111111

Color Harmonies of #E25E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E6A

Black with #E25E6A

Text Example


Text Example

White with #E25E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E6A; }

 p { color: rgb(226,94,106); }

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

background-color css

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

 a { background-color: rgb(226,94,106); }

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

border-color css

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

 span { border-color: rgb(226,94,106); }

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