Html Css Color HEX #E75F76 Froly

📋 copy color: '#E75F76'

red 231 ◦ green 95 ◦ blue 118

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

Shades of Froly #E75F76

Tints of Froly #E75F76

RGB

 RED value IS 231 (90.63% from 255) = 52.03%

 GREEN value IS 95 (37.5% from 255) = 21.4%

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 52.03%
G = 21.4%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75F76 (or 0xE75F76) is known color: Froly. HEX triplet: E7, 5F and 76. RGB value is (231,95,118). Sum of RGB (Red+Green+Blue) = 231+95+118=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F76 is #18A089. Grayscale: #8A8A8A. Windows color (decimal): -1613962 or 7757799. OLE color: 7757799.

HSL color Cylindrical-coordinate representation of color #E75F76: hue angle of 349.85º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F76 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 95 118 -
CMYK 0 0.59 0.49 0.09
HSL 349.85º 0.74% 0.64% -
HSV(B) 349.85º 0.59% 0.91% -
XYZ 40.32 26.48 20.13 -
YUV 138.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 231 95 118 0 0.59 0.49 0.09 349.85 0.74 0.64
Hex E7 5F 76 0 3B 31 9 15E 4A 40
Octal 347 137 166 0 73 61 11 536 112 100
Binary 11100111 1011111 1110110 0 111011 110001 1001 101011110 1001010 1000000

Color Harmonies of #E75F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F76

Black with #E75F76

Text Example


Text Example

White with #E75F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F76; }

 p { color: rgb(231,95,118); }

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

background-color css

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

 a { background-color: rgb(231,95,118); }

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

border-color css

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

 span { border-color: rgb(231,95,118); }

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