Html Css Color HEX #E66F7D Froly

📋 copy color: '#E66F7D'

red 230 ◦ green 111 ◦ blue 125

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

Shades of Froly #E66F7D

Tints of Froly #E66F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 49.36%
G = 23.82%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E66F7D (or 0xE66F7D) is known color: Froly. HEX triplet: E6, 6F and 7D. RGB value is (230,111,125). Sum of RGB (Red+Green+Blue) = 230+111+125=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F7D is #199082. Grayscale: #949494. Windows color (decimal): -1675395 or 8220646. OLE color: 8220646.

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

Color convert

RGB 230 111 125 -
CMYK 0 0.52 0.46 0.10
HSL 352.94º 0.7% 0.67% -
HSV(B) 352.94º 0.52% 0.9% -
XYZ 42.02 29.67 22.91 -
YUV 148.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 230 111 125 0 0.52 0.46 0.10 352.94 0.7 0.67
Hex E6 6F 7D 0 34 2E A 161 46 43
Octal 346 157 175 0 64 56 12 541 106 103
Binary 11100110 1101111 1111101 0 110100 101110 1010 101100001 1000110 1000011

Color Harmonies of #E66F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66F7D

Black with #E66F7D

Text Example


Text Example

White with #E66F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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