Html Css Color HEX #E75D6E Froly

📋 copy color: '#E75D6E'

red 231 ◦ green 93 ◦ blue 110

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

Shades of Froly #E75D6E

Tints of Froly #E75D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 53.23%
G = 21.43%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E75D6E (or 0xE75D6E) is known color: Froly. HEX triplet: E7, 5D and 6E. RGB value is (231,93,110). Sum of RGB (Red+Green+Blue) = 231+93+110=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D6E is #18A291. Grayscale: #888888. Windows color (decimal): -1614482 or 7232999. OLE color: 7232999.

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

Color convert

RGB 231 93 110 -
CMYK 0 0.60 0.52 0.09
HSL 352.61º 0.74% 0.64% -
HSV(B) 352.61º 0.6% 0.91% -
XYZ 39.68 25.94 17.67 -
YUV 136.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 231 93 110 0 0.60 0.52 0.09 352.61 0.74 0.64
Hex E7 5D 6E 0 3C 34 9 161 4A 40
Octal 347 135 156 0 74 64 11 541 112 100
Binary 11100111 1011101 1101110 0 111100 110100 1001 101100001 1001010 1000000

Color Harmonies of #E75D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D6E

Black with #E75D6E

Text Example


Text Example

White with #E75D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D6E; }

 p { color: rgb(231,93,110); }

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

background-color css

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

 a { background-color: rgb(231,93,110); }

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

border-color css

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

 span { border-color: rgb(231,93,110); }

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