Html Css Color HEX #E2757D Froly

📋 copy color: '#E2757D'

red 226 ◦ green 117 ◦ blue 125

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

Shades of Froly #E2757D

Tints of Froly #E2757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 48.29%
G = 25%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2757D (or 0xE2757D) is known color: Froly. HEX triplet: E2, 75 and 7D. RGB value is (226,117,125). Sum of RGB (Red+Green+Blue) = 226+117+125=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2757D is #1D8A82. Grayscale: #969696. Windows color (decimal): -1936003 or 8222178. OLE color: 8222178.

HSL color Cylindrical-coordinate representation of color #E2757D: hue angle of 355.6º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2757D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 125 -
CMYK 0 0.48 0.45 0.11
HSL 355.6º 0.65% 0.67% -
HSV(B) 355.6º 0.48% 0.89% -
XYZ 41.43 30.37 23.08 -
YUV 150.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 226 117 125 0 0.48 0.45 0.11 355.6 0.65 0.67
Hex E2 75 7D 0 30 2D B 164 41 43
Octal 342 165 175 0 60 55 13 544 101 103
Binary 11100010 1110101 1111101 0 110000 101101 1011 101100100 1000001 1000011

Color Harmonies of #E2757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2757D

Black with #E2757D

Text Example


Text Example

White with #E2757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2757D; }

 p { color: rgb(226,117,125); }

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

background-color css

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

 a { background-color: rgb(226,117,125); }

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

border-color css

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

 span { border-color: rgb(226,117,125); }

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