Html Css Color HEX #E85D6A Froly

📋 copy color: '#E85D6A'

red 232 ◦ green 93 ◦ blue 106

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

Shades of Froly #E85D6A

Tints of Froly #E85D6A

RGB

 RED value IS 232 (91.02% from 255) = 53.83%

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

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

R = 53.83%
G = 21.58%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E85D6A (or 0xE85D6A) is known color: Froly. HEX triplet: E8, 5D and 6A. RGB value is (232,93,106). Sum of RGB (Red+Green+Blue) = 232+93+106=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D6A is #17A295. Grayscale: #888888. Windows color (decimal): -1548950 or 6970856. OLE color: 6970856.

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

Color convert

RGB 232 93 106 -
CMYK 0 0.60 0.54 0.09
HSL 354.39º 0.75% 0.64% -
HSV(B) 354.39º 0.6% 0.91% -
XYZ 39.79 26.03 16.56 -
YUV 136.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 232 93 106 0 0.60 0.54 0.09 354.39 0.75 0.64
Hex E8 5D 6A 0 3C 36 9 162 4B 40
Octal 350 135 152 0 74 66 11 542 113 100
Binary 11101000 1011101 1101010 0 111100 110110 1001 101100010 1001011 1000000

Color Harmonies of #E85D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D6A

Black with #E85D6A

Text Example


Text Example

White with #E85D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D6A; }

 p { color: rgb(232,93,106); }

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

background-color css

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

 a { background-color: rgb(232,93,106); }

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

border-color css

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

 span { border-color: rgb(232,93,106); }

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