Html Css Color HEX #E66A7B Froly

📋 copy color: '#E66A7B'

red 230 ◦ green 106 ◦ blue 123

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

Shades of Froly #E66A7B

Tints of Froly #E66A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 50.11%
G = 23.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E66A7B (or 0xE66A7B) is known color: Froly. HEX triplet: E6, 6A and 7B. RGB value is (230,106,123). Sum of RGB (Red+Green+Blue) = 230+106+123=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A7B is #199584. Grayscale: #919191. Windows color (decimal): -1676677 or 8088294. OLE color: 8088294.

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

Color convert

RGB 230 106 123 -
CMYK 0 0.54 0.47 0.10
HSL 351.77º 0.71% 0.66% -
HSV(B) 351.77º 0.54% 0.9% -
XYZ 41.36 28.56 22.07 -
YUV 145.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 230 106 123 0 0.54 0.47 0.10 351.77 0.71 0.66
Hex E6 6A 7B 0 36 2F A 160 47 42
Octal 346 152 173 0 66 57 12 540 107 102
Binary 11100110 1101010 1111011 0 110110 101111 1010 101100000 1000111 1000010

Color Harmonies of #E66A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A7B

Black with #E66A7B

Text Example


Text Example

White with #E66A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A7B; }

 p { color: rgb(230,106,123); }

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

background-color css

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

 a { background-color: rgb(230,106,123); }

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

border-color css

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

 span { border-color: rgb(230,106,123); }

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