Html Css Color HEX #E85A6A Froly

📋 copy color: '#E85A6A'

red 232 ◦ green 90 ◦ blue 106

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

Shades of Froly #E85A6A

Tints of Froly #E85A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

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

R = 54.21%
G = 21.03%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E85A6A (or 0xE85A6A) is known color: Froly. HEX triplet: E8, 5A and 6A. RGB value is (232,90,106). Sum of RGB (Red+Green+Blue) = 232+90+106=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A6A is #17A595. Grayscale: #868686. Windows color (decimal): -1549718 or 6970088. OLE color: 6970088.

HSL color Cylindrical-coordinate representation of color #E85A6A: hue angle of 353.24º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A6A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 106 -
CMYK 0 0.61 0.54 0.09
HSL 353.24º 0.76% 0.63% -
HSV(B) 353.24º 0.61% 0.91% -
XYZ 39.54 25.51 16.48 -
YUV 134.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 232 90 106 0 0.61 0.54 0.09 353.24 0.76 0.63
Hex E8 5A 6A 0 3D 36 9 161 4C 3F
Octal 350 132 152 0 75 66 11 541 114 77
Binary 11101000 1011010 1101010 0 111101 110110 1001 101100001 1001100 111111

Color Harmonies of #E85A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A6A

Black with #E85A6A

Text Example


Text Example

White with #E85A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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