Html Css Color HEX #E2757B Froly

📋 copy color: '#E2757B'

red 226 ◦ green 117 ◦ blue 123

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

Shades of Froly #E2757B

Tints of Froly #E2757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 48.5%
G = 25.11%
B = 26.39%

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

#E2757B (or 0xE2757B) is known color: Froly. HEX triplet: E2, 75 and 7B. RGB value is (226,117,123). Sum of RGB (Red+Green+Blue) = 226+117+123=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2757B is #1D8A84. Grayscale: #969696. Windows color (decimal): -1936005 or 8091106. OLE color: 8091106.

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

Color convert

RGB 226 117 123 -
CMYK 0 0.48 0.46 0.11
HSL 356.7º 0.65% 0.67% -
HSV(B) 356.7º 0.48% 0.89% -
XYZ 41.3 30.32 22.41 -
YUV 150.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 226 117 123 0 0.48 0.46 0.11 356.7 0.65 0.67
Hex E2 75 7B 0 30 2E B 165 41 43
Octal 342 165 173 0 60 56 13 545 101 103
Binary 11100010 1110101 1111011 0 110000 101110 1011 101100101 1000001 1000011

Color Harmonies of #E2757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2757B

Black with #E2757B

Text Example


Text Example

White with #E2757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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