Html Css Color HEX #E66E7A Froly

📋 copy color: '#E66E7A'

red 230 ◦ green 110 ◦ blue 122

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

Shades of Froly #E66E7A

Tints of Froly #E66E7A

RGB

 RED value IS 230 (90.23% from 255) = 49.78%

 GREEN value IS 110 (43.36% from 255) = 23.81%

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 49.78%
G = 23.81%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E66E7A (or 0xE66E7A) is known color: Froly. HEX triplet: E6, 6E and 7A. RGB value is (230,110,122). Sum of RGB (Red+Green+Blue) = 230+110+122=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E7A is #199185. Grayscale: #939393. Windows color (decimal): -1675654 or 8023782. OLE color: 8023782.

HSL color Cylindrical-coordinate representation of color #E66E7A: hue angle of 354º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66E7A is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 110 122 -
CMYK 0 0.52 0.47 0.10
HSL 354º 0.71% 0.67% -
HSV(B) 354º 0.52% 0.9% -
XYZ 41.72 29.38 21.88 -
YUV 147.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 230 110 122 0 0.52 0.47 0.10 354 0.71 0.67
Hex E6 6E 7A 0 34 2F A 162 47 43
Octal 346 156 172 0 64 57 12 542 107 103
Binary 11100110 1101110 1111010 0 110100 101111 1010 101100010 1000111 1000011

Color Harmonies of #E66E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66E7A

Black with #E66E7A

Text Example


Text Example

White with #E66E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66E7A; }

 p { color: rgb(230,110,122); }

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

background-color css

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

 a { background-color: rgb(230,110,122); }

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

border-color css

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

 span { border-color: rgb(230,110,122); }

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