Html Css Color HEX #E0656A Froly

📋 copy color: '#E0656A'

red 224 ◦ green 101 ◦ blue 106

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

Shades of Froly #E0656A

Tints of Froly #E0656A

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

 GREEN value IS 101 (39.84% from 255) = 23.43%

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

R = 51.97%
G = 23.43%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0656A (or 0xE0656A) is known color: Froly. HEX triplet: E0, 65 and 6A. RGB value is (224,101,106). Sum of RGB (Red+Green+Blue) = 224+101+106=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0656A is #1F9A95. Grayscale: #8A8A8A. Windows color (decimal): -2071190 or 6972896. OLE color: 6972896.

HSL color Cylindrical-coordinate representation of color #E0656A: hue angle of 357.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0656A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 106 -
CMYK 0 0.55 0.53 0.12
HSL 357.56º 0.66% 0.64% -
HSV(B) 357.56º 0.55% 0.88% -
XYZ 38 26.2 16.69 -
YUV 138.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 224 101 106 0 0.55 0.53 0.12 357.56 0.66 0.64
Hex E0 65 6A 0 37 35 C 166 42 40
Octal 340 145 152 0 67 65 14 546 102 100
Binary 11100000 1100101 1101010 0 110111 110101 1100 101100110 1000010 1000000

Color Harmonies of #E0656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0656A

Black with #E0656A

Text Example


Text Example

White with #E0656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0656A; }

 p { color: rgb(224,101,106); }

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

background-color css

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

 a { background-color: rgb(224,101,106); }

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

border-color css

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

 span { border-color: rgb(224,101,106); }

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