Html Css Color HEX #E66569 Froly

📋 copy color: '#E66569'

red 230 ◦ green 101 ◦ blue 105

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

Shades of Froly #E66569

Tints of Froly #E66569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 52.75%
G = 23.17%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E66569 (or 0xE66569) is known color: Froly. HEX triplet: E6, 65 and 69. RGB value is (230,101,105). Sum of RGB (Red+Green+Blue) = 230+101+105=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E66569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66569 is #199A96. Grayscale: #8C8C8C. Windows color (decimal): -1677975 or 6907366. OLE color: 6907366.

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

Color convert

RGB 230 101 105 -
CMYK 0 0.56 0.54 0.10
HSL 358.14º 0.72% 0.65% -
HSV(B) 358.14º 0.56% 0.9% -
XYZ 39.84 27.15 16.51 -
YUV 140.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 230 101 105 0 0.56 0.54 0.10 358.14 0.72 0.65
Hex E6 65 69 0 38 36 A 166 48 41
Octal 346 145 151 0 70 66 12 546 110 101
Binary 11100110 1100101 1101001 0 111000 110110 1010 101100110 1001000 1000001

Color Harmonies of #E66569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66569

Black with #E66569

Text Example


Text Example

White with #E66569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66569; }

 p { color: rgb(230,101,105); }

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

background-color css

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

 a { background-color: rgb(230,101,105); }

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

border-color css

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

 span { border-color: rgb(230,101,105); }

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