Html Css Color HEX #E66B7C Froly

📋 copy color: '#E66B7C'

red 230 ◦ green 107 ◦ blue 124

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

Shades of Froly #E66B7C

Tints of Froly #E66B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.21%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 49.89%
G = 23.21%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E66B7C (or 0xE66B7C) is known color: Froly. HEX triplet: E6, 6B and 7C. RGB value is (230,107,124). Sum of RGB (Red+Green+Blue) = 230+107+124=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B7C is #199483. Grayscale: #919191. Windows color (decimal): -1676420 or 8154086. OLE color: 8154086.

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

Color convert

RGB 230 107 124 -
CMYK 0 0.53 0.46 0.10
HSL 351.71º 0.71% 0.66% -
HSV(B) 351.71º 0.53% 0.9% -
XYZ 41.53 28.79 22.44 -
YUV 145.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 230 107 124 0 0.53 0.46 0.10 351.71 0.71 0.66
Hex E6 6B 7C 0 35 2E A 160 47 42
Octal 346 153 174 0 65 56 12 540 107 102
Binary 11100110 1101011 1111100 0 110101 101110 1010 101100000 1000111 1000010

Color Harmonies of #E66B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66B7C

Black with #E66B7C

Text Example


Text Example

White with #E66B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66B7C; }

 p { color: rgb(230,107,124); }

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

background-color css

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

 a { background-color: rgb(230,107,124); }

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

border-color css

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

 span { border-color: rgb(230,107,124); }

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