Html Css Color HEX #E66A7D Froly

📋 copy color: '#E66A7D'

red 230 ◦ green 106 ◦ blue 125

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

Shades of Froly #E66A7D

Tints of Froly #E66A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 49.89%
G = 22.99%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E66A7D (or 0xE66A7D) is known color: Froly. HEX triplet: E6, 6A and 7D. RGB value is (230,106,125). Sum of RGB (Red+Green+Blue) = 230+106+125=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A7D is #199582. Grayscale: #919191. Windows color (decimal): -1676675 or 8219366. OLE color: 8219366.

HSL color Cylindrical-coordinate representation of color #E66A7D: hue angle of 350.81º 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 #E66A7D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 106 125 -
CMYK 0 0.54 0.46 0.10
HSL 350.81º 0.71% 0.66% -
HSV(B) 350.81º 0.54% 0.9% -
XYZ 41.49 28.61 22.74 -
YUV 145.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 230 106 125 0 0.54 0.46 0.10 350.81 0.71 0.66
Hex E6 6A 7D 0 36 2E A 15F 47 42
Octal 346 152 175 0 66 56 12 537 107 102
Binary 11100110 1101010 1111101 0 110110 101110 1010 101011111 1000111 1000010

Color Harmonies of #E66A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A7D

Black with #E66A7D

Text Example


Text Example

White with #E66A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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