Html Css Color HEX #E2757A Froly

📋 copy color: '#E2757A'

red 226 ◦ green 117 ◦ blue 122

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

Shades of Froly #E2757A

Tints of Froly #E2757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 48.6%
G = 25.16%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2757A (or 0xE2757A) is known color: Froly. HEX triplet: E2, 75 and 7A. RGB value is (226,117,122). Sum of RGB (Red+Green+Blue) = 226+117+122=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2757A is #1D8A85. Grayscale: #969696. Windows color (decimal): -1936006 or 8025570. OLE color: 8025570.

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

Color convert

RGB 226 117 122 -
CMYK 0 0.48 0.46 0.11
HSL 357.25º 0.65% 0.67% -
HSV(B) 357.25º 0.48% 0.89% -
XYZ 41.24 30.3 22.09 -
YUV 150.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 226 117 122 0 0.48 0.46 0.11 357.25 0.65 0.67
Hex E2 75 7A 0 30 2E B 165 41 43
Octal 342 165 172 0 60 56 13 545 101 103
Binary 11100010 1110101 1111010 0 110000 101110 1011 101100101 1000001 1000011

Color Harmonies of #E2757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2757A

Black with #E2757A

Text Example


Text Example

White with #E2757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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