Html Css Color HEX #E75E6A Froly

📋 copy color: '#E75E6A'

red 231 ◦ green 94 ◦ blue 106

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

Shades of Froly #E75E6A

Tints of Froly #E75E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 53.6%
G = 21.81%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E75E6A (or 0xE75E6A) is known color: Froly. HEX triplet: E7, 5E and 6A. RGB value is (231,94,106). Sum of RGB (Red+Green+Blue) = 231+94+106=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E6A is #18A195. Grayscale: #888888. Windows color (decimal): -1614230 or 6971111. OLE color: 6971111.

HSL color Cylindrical-coordinate representation of color #E75E6A: hue angle of 354.74º 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 #E75E6A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 94 106 -
CMYK 0 0.59 0.54 0.09
HSL 354.74º 0.74% 0.64% -
HSV(B) 354.74º 0.59% 0.91% -
XYZ 39.56 26.03 16.58 -
YUV 136.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 231 94 106 0 0.59 0.54 0.09 354.74 0.74 0.64
Hex E7 5E 6A 0 3B 36 9 163 4A 40
Octal 347 136 152 0 73 66 11 543 112 100
Binary 11100111 1011110 1101010 0 111011 110110 1001 101100011 1001010 1000000

Color Harmonies of #E75E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75E6A

Black with #E75E6A

Text Example


Text Example

White with #E75E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75E6A; }

 p { color: rgb(231,94,106); }

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

background-color css

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

 a { background-color: rgb(231,94,106); }

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

border-color css

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

 span { border-color: rgb(231,94,106); }

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