Html Css Color HEX #E6787E Froly

📋 copy color: '#E6787E'

red 230 ◦ green 120 ◦ blue 126

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

Shades of Froly #E6787E

Tints of Froly #E6787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.21%

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 48.32%
G = 25.21%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6787E (or 0xE6787E) is known color: Froly. HEX triplet: E6, 78 and 7E. RGB value is (230,120,126). Sum of RGB (Red+Green+Blue) = 230+120+126=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6787E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6787E is #198781. Grayscale: #999999. Windows color (decimal): -1673090 or 8288486. OLE color: 8288486.

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

Color convert

RGB 230 120 126 -
CMYK 0 0.48 0.45 0.10
HSL 356.73º 0.69% 0.69% -
HSV(B) 356.73º 0.48% 0.9% -
XYZ 43.12 31.76 23.6 -
YUV 153.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 230 120 126 0 0.48 0.45 0.10 356.73 0.69 0.69
Hex E6 78 7E 0 30 2D A 165 45 45
Octal 346 170 176 0 60 55 12 545 105 105
Binary 11100110 1111000 1111110 0 110000 101101 1010 101100101 1000101 1000101

Color Harmonies of #E6787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6787E

Black with #E6787E

Text Example


Text Example

White with #E6787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6787E; }

 p { color: rgb(230,120,126); }

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

background-color css

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

 a { background-color: rgb(230,120,126); }

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

border-color css

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

 span { border-color: rgb(230,120,126); }

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