Html Css Color HEX #E66277 Froly

📋 copy color: '#E66277'

red 230 ◦ green 98 ◦ blue 119

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

Shades of Froly #E66277

Tints of Froly #E66277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.92%

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 51.45%
G = 21.92%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E66277 (or 0xE66277) is known color: Froly. HEX triplet: E6, 62 and 77. RGB value is (230,98,119). Sum of RGB (Red+Green+Blue) = 230+98+119=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E66277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66277 is #199D88. Grayscale: #8B8B8B. Windows color (decimal): -1678729 or 7824102. OLE color: 7824102.

HSL color Cylindrical-coordinate representation of color #E66277: hue angle of 350.45º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66277 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 98 119 -
CMYK 0 0.57 0.48 0.10
HSL 350.45º 0.73% 0.64% -
HSV(B) 350.45º 0.57% 0.9% -
XYZ 40.33 26.89 20.52 -
YUV 139.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 230 98 119 0 0.57 0.48 0.10 350.45 0.73 0.64
Hex E6 62 77 0 39 30 A 15E 49 40
Octal 346 142 167 0 71 60 12 536 111 100
Binary 11100110 1100010 1110111 0 111001 110000 1010 101011110 1001001 1000000

Color Harmonies of #E66277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66277

Black with #E66277

Text Example


Text Example

White with #E66277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66277; }

 p { color: rgb(230,98,119); }

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

background-color css

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

 a { background-color: rgb(230,98,119); }

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

border-color css

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

 span { border-color: rgb(230,98,119); }

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