Html Css Color HEX #E25D6B Froly

📋 copy color: '#E25D6B'

red 226 ◦ green 93 ◦ blue 107

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

Shades of Froly #E25D6B

Tints of Froly #E25D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 53.05%
G = 21.83%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E25D6B (or 0xE25D6B) is known color: Froly. HEX triplet: E2, 5D and 6B. RGB value is (226,93,107). Sum of RGB (Red+Green+Blue) = 226+93+107=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D6B is #1DA294. Grayscale: #868686. Windows color (decimal): -1942165 or 7036386. OLE color: 7036386.

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

Color convert

RGB 226 93 107 -
CMYK 0 0.59 0.53 0.11
HSL 353.68º 0.7% 0.63% -
HSV(B) 353.68º 0.59% 0.89% -
XYZ 37.93 25.06 16.75 -
YUV 134.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 226 93 107 0 0.59 0.53 0.11 353.68 0.7 0.63
Hex E2 5D 6B 0 3B 35 B 162 46 3F
Octal 342 135 153 0 73 65 13 542 106 77
Binary 11100010 1011101 1101011 0 111011 110101 1011 101100010 1000110 111111

Color Harmonies of #E25D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D6B

Black with #E25D6B

Text Example


Text Example

White with #E25D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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