Html Css Color HEX #E66769 Froly

📋 copy color: '#E66769'

red 230 ◦ green 103 ◦ blue 105

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

Shades of Froly #E66769

Tints of Froly #E66769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.52%

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

R = 52.51%
G = 23.52%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E66769 (or 0xE66769) is known color: Froly. HEX triplet: E6, 67 and 69. RGB value is (230,103,105). Sum of RGB (Red+Green+Blue) = 230+103+105=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E66769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66769 is #199896. Grayscale: #8D8D8D. Windows color (decimal): -1677463 or 6907878. OLE color: 6907878.

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

Color convert

RGB 230 103 105 -
CMYK 0 0.55 0.54 0.10
HSL 359.06º 0.72% 0.65% -
HSV(B) 359.06º 0.55% 0.9% -
XYZ 40.03 27.54 16.57 -
YUV 141.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 230 103 105 0 0.55 0.54 0.10 359.06 0.72 0.65
Hex E6 67 69 0 37 36 A 167 48 41
Octal 346 147 151 0 67 66 12 547 110 101
Binary 11100110 1100111 1101001 0 110111 110110 1010 101100111 1001000 1000001

Color Harmonies of #E66769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66769

Black with #E66769

Text Example


Text Example

White with #E66769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66769; }

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

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

background-color css

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

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

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

border-color css

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

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

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