Html Css Color HEX #E5707E Froly

📋 copy color: '#E5707E'

red 229 ◦ green 112 ◦ blue 126

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

Shades of Froly #E5707E

Tints of Froly #E5707E

RGB

 RED value IS 229 (89.84% from 255) = 49.04%

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 49.04%
G = 23.98%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5707E (or 0xE5707E) is known color: Froly. HEX triplet: E5, 70 and 7E. RGB value is (229,112,126). Sum of RGB (Red+Green+Blue) = 229+112+126=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707E is #1A8F81. Grayscale: #949494. Windows color (decimal): -1740674 or 8286437. OLE color: 8286437.

HSL color Cylindrical-coordinate representation of color #E5707E: hue angle of 352.82º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5707E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 126 -
CMYK 0 0.51 0.45 0.10
HSL 352.82º 0.69% 0.67% -
HSV(B) 352.82º 0.51% 0.9% -
XYZ 41.87 29.75 23.27 -
YUV 148.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 229 112 126 0 0.51 0.45 0.10 352.82 0.69 0.67
Hex E5 70 7E 0 33 2D A 161 45 43
Octal 345 160 176 0 63 55 12 541 105 103
Binary 11100101 1110000 1111110 0 110011 101101 1010 101100001 1000101 1000011

Color Harmonies of #E5707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5707E

Black with #E5707E

Text Example


Text Example

White with #E5707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5707E; }

 p { color: rgb(229,112,126); }

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

background-color css

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

 a { background-color: rgb(229,112,126); }

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

border-color css

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

 span { border-color: rgb(229,112,126); }

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